PATH:
usr
/
lib
/
dracut
/
modules.d
/
90multipath
#!/usr/bin/sh for i in $(multipath -l -v1); do if dmsetup table "$i" | sed -n '/.*queue_if_no_path.*/q1'; then need_shutdown break fi done
[-] multipath-shutdown.sh
[edit]
[-] multipathd.service
[edit]
[-] multipathd-dracut.conf
[edit]
[-] module-setup.sh
[edit]
[-] multipathd-needshutdown.sh
[edit]
[-] multipathd.sh
[edit]
[-] multipathd-stop.sh
[edit]
[+]
..
[-] multipathd-configure.service
[edit]