Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2005 08:45:45 GMT
From:      soc-cjones <soc-cjones@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 82436 for review
Message-ID:  <200508230845.j7N8jiuT011807@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=82436

Change 82436 by soc-cjones@soc-cjones_ishtar on 2005/08/23 08:45:22

	Update 'gvinum help' to list the supported commands; arguments are still not correct.

Affected files ...

.. //depot/projects/soc2005/gvinum/src/sbin/gvinum/gvinum.c#6 edit

Differences ...

==== //depot/projects/soc2005/gvinum/src/sbin/gvinum/gvinum.c#6 (text+ko) ====

@@ -361,33 +361,14 @@
 gvinum_help(void)
 {
 	printf("COMMANDS\n"
-	    "attach plex volume [rename]\n"
-	    "attach subdisk plex [offset] [rename]\n"
-	    "        Attach a plex to a volume, or a subdisk to a plex.\n"
 	    "checkparity plex [-f] [-v]\n"
 	    "        Check the parity blocks of a RAID-4 or RAID-5 plex.\n"
-	    "concat [-f] [-n name] [-v] drives\n"
-	    "        Create a concatenated volume from the specified drives.\n"
 	    "create [-f] description-file\n"
 	    "        Create a volume as described in description-file.\n"
-	    "detach [-f] [plex | subdisk]\n"
-	    "        Detach a plex or subdisk from the volume or plex to"
-	    "which it is\n"
-	    "        attached.\n"
-	    "dumpconfig [drive ...]\n"
-	    "        List the configuration information stored on the"
-	    " specified\n"
-	    "        drives, or all drives in the system if no drive names"
-	    " are speci-\n"
-	    "        fied.\n"
-	    "info [-v] [-V]\n"
-	    "        List information about volume manager state.\n"
 	    "init [-S size] [-w] plex | subdisk\n"
 	    "        Initialize the contents of a subdisk or all the subdisks"
 	    " of a\n"
 	    "        plex to all zeros.\n"
-	    "label volume\n"
-	    "        Create a volume label.\n"
 	    "l | list [-r] [-s] [-v] [-V] [volume | plex | subdisk]\n"
 	    "        List information about specified objects.\n"
 	    "ld [-r] [-s] [-v] [-V] [volume]\n"
@@ -398,8 +379,6 @@
 	    "        List information about plexes.\n"
 	    "lv [-r] [-s] [-v] [-V] [volume]\n"
 	    "        List information about volumes.\n"
-	    "mirror [-f] [-n name] [-s] [-v] drives\n"
-	    "        Create a mirrored volume from the specified drives.\n"
 	    "move | mv -f drive object ...\n"
 	    "        Move the object(s) to the specified drive.\n"
 	    "printconfig [file]\n"
@@ -411,8 +390,6 @@
 	    "        Change the name of the specified object.\n"
 	    "rebuildparity plex [-f] [-v] [-V]\n"
 	    "        Rebuild the parity blocks of a RAID-4 or RAID-5 plex.\n"
-	    "resetconfig\n"
-	    "        Reset the complete vinum configuration.\n"
 	    "rm [-f] [-r] volume | plex | subdisk\n"
 	    "        Remove an object.\n"
 	    "saveconfig\n"
@@ -428,8 +405,6 @@
 	    "        Terminate access to the objects, or stop vinum if no"
 	    " parameters\n"
 	    "        are specified.\n"
-	    "stripe [-f] [-n name] [-v] drives\n"
-	    "        Create a striped volume from the specified drives.\n"
 	);
 
 	return;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508230845.j7N8jiuT011807>