From owner-p4-projects@FreeBSD.ORG Tue Aug 23 08:45:46 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2271A16A421; Tue, 23 Aug 2005 08:45:46 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEDFA16A41F for ; Tue, 23 Aug 2005 08:45:45 +0000 (GMT) (envelope-from soc-cjones@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C7D543D46 for ; Tue, 23 Aug 2005 08:45:45 +0000 (GMT) (envelope-from soc-cjones@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7N8jjW6011810 for ; Tue, 23 Aug 2005 08:45:45 GMT (envelope-from soc-cjones@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7N8jiuT011807 for perforce@freebsd.org; Tue, 23 Aug 2005 08:45:45 GMT (envelope-from soc-cjones@freebsd.org) Date: Tue, 23 Aug 2005 08:45:45 GMT Message-Id: <200508230845.j7N8jiuT011807@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to soc-cjones@freebsd.org using -f From: soc-cjones To: Perforce Change Reviews Cc: Subject: PERFORCE change 82436 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 08:45:47 -0000 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;