diff options
| author | Greg Lehey <grog@FreeBSD.org> | 1999-06-22 05:55:32 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 1999-06-22 05:55:32 +0000 |
| commit | f3a65ee32e77d0378425181e5fbe7460b2a5e3ed (patch) | |
| tree | bbb6e7c88c86c46a89d799907b4965e53b810d5f | |
| parent | c9a9cf971a17f3ffd6df72e29cdf5d5f599c9305 (diff) | |
Notes
| -rw-r--r-- | sbin/vinum/vinum.8 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sbin/vinum/vinum.8 b/sbin/vinum/vinum.8 index 51f21cf1a760..b8343f31914d 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 |
