📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 10:32:34
📂
/ (Root)
/
usr
/
lib
/
dracut
/
modules.d
/
90multipath
📍 /usr/lib/dracut/modules.d/90multipath
🔄 Refresh
✏️
Editing: multipathd-needshutdown.sh
Read Only
#!/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
💾 Save Changes
❌ Cancel