diff options
author | Neil Stockbridge <[email protected]> | 2013-10-09 18:58:30 +1300 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-10-10 16:56:51 -0700 |
commit | 65ee05acd773beafd03bfedf96a092dd08cb2739 (patch) | |
tree | f101de49bfa93f040d363b794546f8bee543a163 /man | |
parent | 40a806df259c0b826b8e962579dff64e8dfbf0d7 (diff) |
Update detach section of zpool(8)
The detach section of the zpool(8) man page now suggests the
offline command. Using offline may be more appropriate for
certain situations.
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #1776
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zpool.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index b4b0f46be..b60a2a3f7 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -1001,7 +1001,7 @@ Forces any active datasets contained within the pool to be unmounted. .ad .sp .6 .RS 4n -Detaches \fIdevice\fR from a mirror. The operation is refused if there are no other valid replicas of the data. +Detaches \fIdevice\fR from a mirror. The operation is refused if there are no other valid replicas of the data. If \fIdevice\fR may be re-added to the pool later on then consider the "\fBzpool offline\fR" command instead. .RE .sp |