Date: Wed, 17 Aug 2005 03:38:10 GMT From: soc-cjones <soc-cjones@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 82097 for review Message-ID: <200508170338.j7H3cAST063351@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508170338.j7H3cAST063351>