summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/fm
diff options
context:
space:
mode:
authoreschrock <none@none>2008-06-27 17:05:29 -0700
committereschrock <none@none>2008-06-27 17:05:29 -0700
commit51ece83525fa18f5e72627610f480dffc7e492fd (patch)
treeb3973e98ae2a5df5f30c6a801d9cbcf250312d82 /usr/src/uts/common/sys/fm
parent68038c2cd7751a1fc2b5c55e38609e137fa80807 (diff)
downloadillumos-joyent-51ece83525fa18f5e72627610f480dffc7e492fd.tar.gz
PSARC 2008/388 Short circuit for vdev probe failure
6410382 ZFS rename should update ->v_path 6633592 vdev_root_open() faulted logic doesn't work 6674674 zfs needs to handle more than EIO 6705158 failed log device should not be treated like normal toplevel vdev 6705232 vdev_not_present erroneously cleared in vdev_validate() 6705649 libses/libscsi plugins should be included in ABI exception list 6707536 zfs_case_timeout and associated code is unused 6707637 vdev_propagate_state() shouldn't skip log devices 6708095 better FMA integration for vdev probe failure 6708192 typo in fix for 6646106 breaks pool I/O failure handling 6709112 zio_should_retry() should account for vdev_is_failing 6718542 zinject doesn't work for file I/O probe failure 6719105 ses2: incorrect parsing of page 15 (nickname)
Diffstat (limited to 'usr/src/uts/common/sys/fm')
-rw-r--r--usr/src/uts/common/sys/fm/fs/zfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/fm/fs/zfs.h b/usr/src/uts/common/sys/fm/fs/zfs.h
index e82fe7af53..a927ed1f9d 100644
--- a/usr/src/uts/common/sys/fm/fs/zfs.h
+++ b/usr/src/uts/common/sys/fm/fs/zfs.h
@@ -46,6 +46,7 @@ extern "C" {
#define FM_EREPORT_ZFS_DEVICE_TOO_SMALL "vdev.too_small"
#define FM_EREPORT_ZFS_DEVICE_BAD_LABEL "vdev.bad_label"
#define FM_EREPORT_ZFS_IO_FAILURE "io_failure"
+#define FM_EREPORT_ZFS_PROBE_FAILURE "probe_failure"
#define FM_EREPORT_PAYLOAD_ZFS_POOL "pool"
#define FM_EREPORT_PAYLOAD_ZFS_POOL_FAILMODE "pool_failmode"