mirror_zfs/cmd/zpool/zpool.d
Matthew Ahrens f66434268c
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 <behlendorf1@llnl.gov>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Signed-off-by: Matthew Ahrens <mahrens@delphix.com>
Closes #10435
2020-06-10 17:07:59 -07:00
..
ata_err zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
cmd_to zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
defect zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
dm-deps Remove unnecessary references to slavery 2020-06-10 17:07:59 -07:00
enc Prebaked scripts for zpool status/iostat -c 2017-04-21 09:27:04 -07:00
encdev Prebaked scripts for zpool status/iostat -c 2017-04-21 09:27:04 -07:00
fault_led Prebaked scripts for zpool status/iostat -c 2017-04-21 09:27:04 -07:00
health zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
hours_on zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
iostat Make zpool.d/iostat work on FreeBSD 2020-02-14 08:37:40 -08:00
iostat-1s Prebaked scripts for zpool status/iostat -c 2017-04-21 09:27:04 -07:00
iostat-10s Prebaked scripts for zpool status/iostat -c 2017-04-21 09:27:04 -07:00
label Prebaked scripts for zpool status/iostat -c 2017-04-21 09:27:04 -07:00
locate_led Prebaked scripts for zpool status/iostat -c 2017-04-21 09:27:04 -07:00
lsblk zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
media zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
model Prebaked scripts for zpool status/iostat -c 2017-04-21 09:27:04 -07:00
nonmed zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
nvme_err Add SMART attributes for SSD and NVMe 2018-02-21 13:52:47 -08:00
off_ucor zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
pend_sec zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
pwr_cyc zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
r_proc zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
r_ucor zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
README Prebaked scripts for zpool status/iostat -c 2017-04-21 09:27:04 -07:00
realloc zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
rep_ucor zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
serial zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
ses zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
size Prebaked scripts for zpool status/iostat -c 2017-04-21 09:27:04 -07:00
slot Prebaked scripts for zpool status/iostat -c 2017-04-21 09:27:04 -07:00
smart Fix SC2086 note in zpool.d/smart 2020-04-14 13:18:23 -07:00
smart_test Add SMART self-test results to zpool status -c 2018-02-27 09:31:27 -08:00
smartx zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
temp zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
test_ended Add SMART self-test results to zpool status -c 2018-02-27 09:31:27 -08:00
test_progress Add SMART self-test results to zpool status -c 2018-02-27 09:31:27 -08:00
test_status Add SMART self-test results to zpool status -c 2018-02-27 09:31:27 -08:00
test_type Add SMART self-test results to zpool status -c 2018-02-27 09:31:27 -08:00
upath Prebaked scripts for zpool status/iostat -c 2017-04-21 09:27:04 -07:00
vendor Prebaked scripts for zpool status/iostat -c 2017-04-21 09:27:04 -07:00
w_proc zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
w_ucor zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00

This directory contains scripts that can be run the zpool status/iostat
-c option:

	zpool status -c script1,script2, ...

	zpool iostat -vc script1,script2, ...

Some scripts output different values depending on the symlink name that is
used to run them.  See the zpool(8) man page for more details.