diff options
Diffstat (limited to 'sys/contrib/openzfs/man/man8/zpool-remove.8')
| -rw-r--r-- | sys/contrib/openzfs/man/man8/zpool-remove.8 | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/sys/contrib/openzfs/man/man8/zpool-remove.8 b/sys/contrib/openzfs/man/man8/zpool-remove.8 index d10a92e49bbe..483d885f10fd 100644 --- a/sys/contrib/openzfs/man/man8/zpool-remove.8 +++ b/sys/contrib/openzfs/man/man8/zpool-remove.8 @@ -27,7 +27,7 @@  .\" Copyright 2017 Nexenta Systems, Inc.  .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved.  .\" -.Dd March 16, 2022 +.Dd November 19, 2024  .Dt ZPOOL-REMOVE 8  .Os  . @@ -58,8 +58,8 @@ This command supports removing hot spare, cache, log, and both mirrored and  non-redundant primary top-level vdevs, including dedup and special vdevs.  .Pp  Top-level vdevs can only be removed if the primary pool storage does not contain -a top-level raidz vdev, all top-level vdevs have the same sector size, and the -keys for all encrypted datasets are loaded. +a top-level raidz or draid vdev, all top-level vdevs have the same ashift size, +and the keys for all encrypted datasets are loaded.  .Pp  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 | 
