From 65ee05acd773beafd03bfedf96a092dd08cb2739 Mon Sep 17 00:00:00 2001 From: Neil Stockbridge Date: Wed, 9 Oct 2013 18:58:30 +1300 Subject: [PATCH] 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 Closes #1776 --- man/man8/zpool.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0