Add description of checkparity and rebuildparity.

Remove a half-started message.

Reported-by:	      "Jeffrey J. Mountin" <jeff@mountin.net>
This commit is contained in:
Greg Lehey 1999-09-28 23:03:29 +00:00
parent cbad9196fb
commit 0212898e1c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51784

View File

@ -54,7 +54,10 @@
.in +1i
Attach a plex to a volume, or a subdisk to a plex.
.in
.\" XXX remove this
.Cd checkparity Ar plex
.in +1i
Check the parity blocks of a RAID-5 plex.
.in
.Nm concat
.Op Fl f
.Op Fl n Ar name
@ -70,7 +73,6 @@ Create a concatenated volume from the specified drives.
Create a volume as described in
.Ar description-file
.in
.\" XXX remove this
.Cd debug
.in +1i
Cause the volume manager to enter the kernel debugger.
@ -211,6 +213,10 @@ XXX
Replace the object with an identical other object. XXX not implemented yet.
..
.in
.Cd rebuildparity Ar plex
.in +1i
Rebuild the parity blocks of a RAID-5 plex.
.in
.Cd resetconfig
.in +1i
Reset the complete
@ -1201,7 +1207,6 @@ If the object is a volume or a plex,
.Nm start
currently has no effect: it checks the state of the subordinate subdisks (and
plexes in the case of a volume) and sets the state of the object accordingly.
In a later version, this operation will cause the subdisks
.Pp
To start a plex in a multi-plex volume, the data must be copied from another
plex in the volume. Since this frequently takes a long time, it is normally
@ -1788,7 +1793,7 @@ Bad names are
.Pa /dev/da0
and
.Pa /dev/da0s1 ,
both of which represent a device, not a partition,
both of which represent a device, not a partition, and
.Pa /dev/wd1c ,
which represents a complete disk and should be of type
.Nm unused .