]> git.proxmox.com Git - mirror_zfs.git/commit
Clarify zinject(8) explanation of -e
authorOlaf Faaland <faaland1@llnl.gov>
Thu, 15 Feb 2018 17:50:06 +0000 (09:50 -0800)
committerTony Hutter <hutter2@llnl.gov>
Wed, 14 Mar 2018 23:10:37 +0000 (16:10 -0700)
commit26941ce90b8f056949a3bc29da606513af799781
treeefbd375e17878818aabbc60b266d19e8f2fc2ddd
parent07ce5d739024cf9c638716c09f9934b4e629678c
Clarify zinject(8) explanation of -e

Error injection of EIO or ENXIO simply sets the zio's io_error value,
rather than preventing the read or write from occurring.  This is
important information as it affects how the probes must be used.

Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Olaf Faaland <faaland1@llnl.gov>
Closes #7172
man/man8/zinject.8