summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-06-22 05:55:32 +0000
committergrog <grog@FreeBSD.org>1999-06-22 05:55:32 +0000
commit1f87f11ed638911382d337fa5dd73ff478e23335 (patch)
tree6221040453bf2b6360004e1fbee0fd86cb9ad3a4 /sbin
parentb864899297d6286e74e62035b5b7e726ae04eb54 (diff)
downloadFreeBSD-src-1f87f11ed638911382d337fa5dd73ff478e23335.zip
FreeBSD-src-1f87f11ed638911382d337fa5dd73ff478e23335.tar.gz
Document the -f flag to detach.
Document the dangers of adding subdisks to striped and RAID-5 plexes.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/vinum/vinum.810
1 files changed, 8 insertions, 2 deletions
diff --git a/sbin/vinum/vinum.8 b/sbin/vinum/vinum.8
index 51f21cf..b8343f3 100644
--- a/sbin/vinum/vinum.8
+++ b/sbin/vinum/vinum.8
@@ -70,6 +70,7 @@ Cause the volume manager to enter the kernel debugger.
Set debugging flags.
.in
.Cd detach
+.Op Fl f
.Op Ar plex | subdisk
.in +1i
Detach a plex or subdisk from the volume or plex to which it is attached.
@@ -369,8 +370,13 @@ A number of considerations apply to attaching subdisks:
Subdisks can normally only be attached to concatenated plexes.
.It
If a striped or RAID-5 plex is missing a subdisk (for example after drive
-failure), it may be replaced by a subdisk of the same size only. No other
-attachment of subdisks is currently allowed.
+failure), it should be replaced by a subdisk of the same size only.
+.It
+In order to add further subdisks to a striped or RAID-5 plex, use the
+.Fl f
+(force) option. This will corrupt the data in the plex.
+.\"No other attachment of
+.\"subdisks is currently allowed for striped and RAID-5 plexes.
.It
For concatenated plexes, the
.Ar offset
OpenPOWER on IntegriCloud