diff options
author | grodik <[email protected]> | 2020-09-17 20:19:13 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2020-10-01 12:22:08 -0700 |
commit | ced5f71eecc3b1443109d5c17c5b0608a7b0ea4d (patch) | |
tree | 8764372bc50a16d887e4ebcc3765ce679b058d3f /man | |
parent | e5a4f9cfc44e79aff2fdbeb7ccf8d9bc7f5b1a08 (diff) |
Note that keys must be loaded for 'zpool remove'
The error returned by `zpool remove` when the encryption keys aren't
loaded isn't very helpful. Furthermore, the man pages make no
mention that the keys need to be loaded. This change doesn't resolve
the error message but it does update the man page to mention this
requirement.
Authored-by: grodik <[email protected]>
Reviewed-by: Matthew Ahrens <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #10939
Closes #10948
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zpool-remove.8 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/man8/zpool-remove.8 b/man/man8/zpool-remove.8 index 055f852fc..cd394f107 100644 --- a/man/man8/zpool-remove.8 +++ b/man/man8/zpool-remove.8 @@ -55,6 +55,8 @@ This command supports removing hot spare, cache, log, and both mirrored and non-redundant primary top-level vdevs, including dedup and special vdevs. When the primary pool storage includes a top-level raidz vdev only hot spare, cache, and log devices can be removed. +Note that keys for all encrypted datasets must be loaded for top-level vdevs +to be removed. .sp Removing a top-level vdev reduces the total amount of space in the storage pool. The specified device will be evacuated by copying all allocated space from it to |