diff options
author | unfurl <unfurl@FreeBSD.org> | 2000-08-09 01:54:30 +0000 |
---|---|---|
committer | unfurl <unfurl@FreeBSD.org> | 2000-08-09 01:54:30 +0000 |
commit | 2eaedc55c80e3792597be951cb8634c86aef49b0 (patch) | |
tree | 815b00397384c8c66361b7a9e7d97b4e5010f180 /usr.sbin | |
parent | 7dc4fea48bd1d9c5e1d9710f8bc19dfc582b9e6e (diff) | |
download | FreeBSD-src-2eaedc55c80e3792597be951cb8634c86aef49b0.zip FreeBSD-src-2eaedc55c80e3792597be951cb8634c86aef49b0.tar.gz |
Added extra paragraph to document the 'rebuild' feature.
Reviewed by: msmith
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/mlxcontrol/mlxcontrol.8 | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/usr.sbin/mlxcontrol/mlxcontrol.8 b/usr.sbin/mlxcontrol/mlxcontrol.8 index 044fb94..b5f79e2 100644 --- a/usr.sbin/mlxcontrol/mlxcontrol.8 +++ b/usr.sbin/mlxcontrol/mlxcontrol.8 @@ -72,7 +72,7 @@ Drive names are of the form "mlxdN" where N is the unit number of the drive. Do not specify the path to a device node. .Pp -.Bl -tag -width status +.Bl -tag -width rebuild .It status Print the status of controllers and system drives. If one or more drives are specified, @@ -108,9 +108,24 @@ Initiate a consistency check and repair pass on a redundant system drive (eg. RAID1 or RAID5). The controller will scan the system drive and repair any inconsistencies. This command returns immediately; -use the +use the .Ar status command to monitor the progress of the check. +.It rebuild +Requires two arguments, +.Ar controller +and +.Ar physdrive +as specified in the +output of the +.Ar status +command. All system drives using space on the physical drive +.Ar physdrive +are rebuilt, reconstructing all data on the drive. +Note that each controller can only perform one rebuild at a time. This +command returns immediately; use the +.Ar status +command to monitor the progress of the rebuild. .It config Print the current configuration from the nominated controller. This command will be updated @@ -119,6 +134,7 @@ in a future release. .It help Print usage information for .Ar command . +.El .Sh BUGS The .Ar config |