diff options
author | Brian Behlendorf <[email protected]> | 2022-01-14 15:30:07 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-01-14 15:30:07 -0800 |
commit | 7adc19009817303af10c8b3b7617850994cfb9e2 (patch) | |
tree | ec353f436dc68601aa781f6bc247672224cbbc8f /man/man8 | |
parent | 5a57d6f73b777fd5706c58dcbb98bcebd9b32b2f (diff) |
Clarify `failmode=wait` documentation
Nowhere in the description of the failmode property does it
clearly state how to bring a suspended pool back online.
Add a few words to property description and the zpool-clear(8)
man page.
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #12907
Closes #9395
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/zpool-clear.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/man8/zpool-clear.8 b/man/man8/zpool-clear.8 index 6e41566ca..0b256b28b 100644 --- a/man/man8/zpool-clear.8 +++ b/man/man8/zpool-clear.8 @@ -44,9 +44,12 @@ Clears device errors in a pool. If no arguments are specified, all device errors within the pool are cleared. If one or more devices is specified, only those errors associated with the specified device or devices are cleared. -If +.Pp +If the pool was suspended it will be brought back online provided the +devices can be accessed. +Pools with .Sy multihost -is enabled and the pool has been suspended, this will not resume I/O. +enabled which have been suspended cannot be resumed. While the pool was suspended, it may have been imported on another host, and resuming I/O could result in pool damage. . |