diff options
author | Don Brady <[email protected]> | 2024-04-29 15:35:53 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-29 14:35:53 -0700 |
commit | c3f2f1aa2dccd5528336d90a6dd2f2a5c97b6352 (patch) | |
tree | 03288bc14871d65c4290d25ba88be2bfa07930da /man/man8 | |
parent | b28461b7c6511be571ee2f7d71c0d7be12aa4630 (diff) |
vdev probe to slow disk can stall mmp write checker
Simplify vdev probes in the zio_vdev_io_done context to
avoid holding the spa config lock for a long duration.
Also allow zpool clear if no evidence of another host
is using the pool.
Sponsored-by: Klara, Inc.
Sponsored-by: Wasabi Technology, Inc.
Reviewed-by: Olaf Faaland <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Don Brady <[email protected]>
Closes #15839
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/zpool-clear.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/man8/zpool-clear.8 b/man/man8/zpool-clear.8 index c61ecae48..3e448be87 100644 --- a/man/man8/zpool-clear.8 +++ b/man/man8/zpool-clear.8 @@ -50,9 +50,10 @@ If the pool was suspended it will be brought back online provided the devices can be accessed. Pools with .Sy multihost -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. +enabled which have been suspended cannot be resumed when there is evidence +that the pool was imported by another host. +The same checks performed during an import will be applied before the clear +proceeds. .Bl -tag -width Ds .It Fl -power Power on the devices's slot in the storage enclosure and wait for the device |