mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Do not resume a pool if multihost is enabled
When multihost is enabled, and a pool is suspended, return EINVAL in response to "zpool clear <pool>". The pool may have been imported on another host while I/O was suspended. Reviewed-by: loli10K <ezomori.nozomu@gmail.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Olaf Faaland <faaland1@llnl.gov> Closes #6933 Closes #8460
This commit is contained in:
committed by
Brian Behlendorf
parent
4f3218aed8
commit
8133679ff0
@@ -1013,6 +1013,9 @@ 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 multihost is enabled, and the pool has been suspended, this will not
|
||||
resume I/O. While the pool was suspended, it may have been imported on
|
||||
another host, and resuming I/O could result in pool damage.
|
||||
.It Xo
|
||||
.Nm
|
||||
.Cm create
|
||||
|
||||
Reference in New Issue
Block a user