aboutsummaryrefslogtreecommitdiffstats
path: root/man/man8
diff options
context:
space:
mode:
authorMatthew Ahrens <[email protected]>2020-06-10 17:07:59 -0700
committerGitHub <[email protected]>2020-06-10 17:07:59 -0700
commitf66434268cef381b2799c45c654162bfb8e128ce (patch)
treead43282f17f4f5314fad99f4da1bb2ead5211fe3 /man/man8
parentfeff3f69fc3de99f31af6955e2cb27eb8d0f436e (diff)
Remove unnecessary references to slavery
The horrible effects of human slavery continue to impact society. The casual use of the term "slave" in computer software is an unnecessary reference to a painful human experience. This commit removes all possible references to the term "slave". Implementation notes: The zpool.d/slaves script is renamed to dm-deps, which uses the same terminology as `dmsetup deps`. References to the `/sys/class/block/$dev/slaves` directory remain. This directory name is determined by the Linux kernel. Although `dmsetup deps` provides the same information, it unfortunately requires elevated privileges, whereas the `/sys/...` directory is world-readable. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Matthew Ahrens <[email protected]> Closes #10435
Diffstat (limited to 'man/man8')
-rw-r--r--man/man8/zpool.819
1 files changed, 7 insertions, 12 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8
index 4b5a1e2b3..505851bc4 100644
--- a/man/man8/zpool.8
+++ b/man/man8/zpool.8
@@ -431,18 +431,13 @@ option.
U13 ONLINE 0 0 0 SEAGATE ST8000NM0075 7.3T
U14 ONLINE 0 0 0 SEAGATE ST8000NM0075 7.3T
-# zpool iostat -vc slaves
- capacity operations bandwidth
- pool alloc free read write read write slaves
- ---------- ----- ----- ----- ----- ----- ----- ---------
- tank 20.4G 7.23T 26 152 20.7M 21.6M
- mirror 20.4G 7.23T 26 152 20.7M 21.6M
- U1 - - 0 31 1.46K 20.6M sdb sdff
- U10 - - 0 1 3.77K 13.3K sdas sdgw
- U11 - - 0 1 288K 13.3K sdat sdgx
- U12 - - 0 1 78.4K 13.3K sdau sdgy
- U13 - - 0 1 128K 13.3K sdav sdgz
- U14 - - 0 1 63.2K 13.3K sdfk sdg
+# zpool iostat -vc size
+ capacity operations bandwidth
+pool alloc free read write read write size
+---------- ----- ----- ----- ----- ----- ----- ----
+rpool 14.6G 54.9G 4 55 250K 2.69M
+ sda1 14.6G 54.9G 4 55 250K 2.69M 70G
+---------- ----- ----- ----- ----- ----- ----- ----
.Ed
.El
.Sh ENVIRONMENT VARIABLES