Home
last modified time | relevance | path

Searched refs:ZEVENT_SUBCLASS (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/
H A Dscrub_finish-notify.sh20 [ -n "${ZEVENT_SUBCLASS}" ] || exit 9
22 if [ "${ZEVENT_SUBCLASS}" = "resilver_finish" ]; then
24 elif [ "${ZEVENT_SUBCLASS}" = "scrub_finish" ]; then
27 zed_log_err "unsupported event class \"${ZEVENT_SUBCLASS}\""
36 if [ "${ZEVENT_SUBCLASS}" = "scrub_finish" ]; then
43 note_subject="ZFS ${ZEVENT_SUBCLASS} event for ${ZEVENT_POOL} on $(hostname)"
49 echo " class: ${ZEVENT_SUBCLASS}"
H A Ddata-notify.sh20 [ -n "${ZEVENT_SUBCLASS}" ] || exit 9
23 rate_limit_tag="${ZEVENT_POOL};${ZEVENT_VDEV_GUID:-0};${ZEVENT_SUBCLASS};notify"
27 note_subject="ZFS ${ZEVENT_SUBCLASS} error for ${ZEVENT_POOL} on $(hostname)"
33 echo " class: ${ZEVENT_SUBCLASS}"
H A Dtrim_finish-notify.sh16 [ -n "${ZEVENT_SUBCLASS}" ] || exit 9
21 note_subject="ZFS ${ZEVENT_SUBCLASS} event for ${ZEVENT_POOL} on $(hostname)"
27 echo " class: ${ZEVENT_SUBCLASS}"
H A Dgeneric-notify.sh26 rate_limit_tag="${ZEVENT_POOL};${ZEVENT_SUBCLASS};$(basename -- "$0")"
33 note_subject="ZFS ${ZEVENT_SUBCLASS} event${pool_str}${host_str}"
39 echo " class: ${ZEVENT_SUBCLASS}"
H A Dresilver_finish-start-scrub.sh15 [ -n "${ZEVENT_SUBCLASS}" ] || exit 1
H A Dzed-functions.sh528 eval "case ${ZEVENT_SUBCLASS} in
533 eval "case ${ZEVENT_SUBCLASS} in
H A Dstatechange-notify.sh56 echo " class: ${ZEVENT_SUBCLASS}"
H A Dall-syslog.sh17 msg="eid=${ZEVENT_EID} class=${ZEVENT_SUBCLASS}"
H A Dhistory_event-zfs-list-cacher.sh.in16 [ "$ZEVENT_SUBCLASS" != "history_event" ] && exit 0