From 1cfb436ae6614dcd7ad460ea058b3da147577379 Mon Sep 17 00:00:00 2001 From: Bill Swingle Date: Wed, 9 Aug 2000 01:54:30 +0000 Subject: [PATCH] Added extra paragraph to document the 'rebuild' feature. Reviewed by: msmith --- usr.sbin/mlxcontrol/mlxcontrol.8 | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/usr.sbin/mlxcontrol/mlxcontrol.8 b/usr.sbin/mlxcontrol/mlxcontrol.8 index 044fb947dded..b5f79e278355 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