From owner-p4-projects@FreeBSD.ORG Wed Aug 17 03:38:12 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 B5F2816A422; Wed, 17 Aug 2005 03:38:11 +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 710C816A41F for ; Wed, 17 Aug 2005 03:38:11 +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 1C16943D46 for ; Wed, 17 Aug 2005 03:38:11 +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 j7H3cAPi063366 for ; Wed, 17 Aug 2005 03:38:11 GMT (envelope-from soc-cjones@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7H3cAST063351 for perforce@freebsd.org; Wed, 17 Aug 2005 03:38:10 GMT (envelope-from soc-cjones@freebsd.org) Date: Wed, 17 Aug 2005 03:38:10 GMT Message-Id: <200508170338.j7H3cAST063351@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 82097 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: Wed, 17 Aug 2005 03:38:12 -0000 http://perforce.freebsd.org/chv.cgi?CH=82097 Change 82097 by soc-cjones@soc-cjones_ides on 2005/08/17 03:37:27 Document what doesn't work. Affected files ... .. //depot/projects/soc2005/gvinum/src/sbin/gvinum/gvinum.8#3 edit Differences ... ==== //depot/projects/soc2005/gvinum/src/sbin/gvinum/gvinum.8#3 (text+ko) ==== @@ -164,3 +164,86 @@ utility, on which .Nm is based, was written by Greg Lehey. +.Sh BUGS +.Xr gvinum 8 does not yet fully implement all functions found in +.Xr vinum 4 . Specifically, the following commands from +.Xr vinum 4 are not supported: +.Bl -tag -width indent +.It Ic attach Ar plex volume Op Cm rename +.It Xo +.Ic attach Ar subdisk plex +.Op Ar offset +.Op Cm rename +.Xc +Attach a plex to a volume, or a subdisk to a plex. +.It Xo +.Ic concat +.Op Fl f +.Op Fl n Ar name +.Op Fl v +.Ar drives +.Xc +Create a concatenated volume from the specified drives. +.It Ic debug +Cause the volume manager to enter the kernel debugger. +.It Ic debug Ar flags +Set debugging flags. +.It Xo +.Ic detach +.Op Fl f +.Op Ar plex | subdisk +.Xc +Detach a plex or subdisk from the volume or plex to which it is +attached. +.It Ic dumpconfig Op Ar drive ... +List the configuration information stored on the specified drives, or +all drives +in the system if no drive names are specified. +.It Xo +.Ic info +.Op Fl v +.Op Fl V +.Xc +List information about volume manager state. +.It Ic label Ar volume +Create a volume label. +.It Xo +.Ic mirror +.Op Fl f +.Op Fl n Ar name +.Op Fl s +.Op Fl v +.Ar drives +.Xc +Create a mirrored volume from the specified drives. +.It Ic resetconfig +Reset the complete +.Nm +configuration. +.It Xo +.Ic resetstats +.Op Fl r +.Op Ar volume | plex | subdisk +.Xc +Reset statistics counters for the specified objects, or for all objects +if none +are specified. +.It Ic setdaemon Op Ar value +Set daemon configuration. +.It Xo +.Ic stop +.Op Fl f +.Op Ar volume | plex | subdisk +.Xc +Terminate access to the objects, or stop +.Nm +if no parameters are specified. +.It Xo +.Ic stripe +.Op Fl f +.Op Fl n Ar name +.Op Fl v +.Ar drives +.Xc +Create a striped volume from the specified drives. +.El