]> 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)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 15 Feb 2018 17:50:06 +0000 (09:50 -0800)
commitec7c1b914c096ff0ca95c8b04af07ca6d2be3c7a
tree3c4cc2cd1f06365fba2dfc1cf690ec1d74e4dca2
parentddc751d56beee8bf79d352ca3d8253d6238b2dc2
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