Lines Matching full:fault
4 # Turn off/on vdevs' enclosure fault LEDs when their pool's state changes.
6 # Turn a vdev's fault LED on if it becomes FAULTED, DEGRADED or UNAVAIL.
53 # file: sysfs file to set (like /sys/class/enclosure/0:0:1:0/SLOT 10/fault)
77 # 'fault' entry always causes a SES command, even if the
81 # On some enclosures if you write 1 to fault, and read it back,
97 # Fault LEDs for JBODs and NVMe drives are handled a little differently.
99 # On JBODs the fault LED is called 'fault' and on a path like this:
101 # /sys/class/enclosure/0:0:1:0/SLOT 10/fault
107 # This function returns the full path to the fault LED file for a given
113 if [ -f "$dir/fault" ] ; then
114 echo "$dir/fault"