📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 10:34:39
📂
/ (Root)
/
usr
/
lib
/
dracut
/
modules.d
/
90multipath
📍 /usr/lib/dracut/modules.d/90multipath
🔄 Refresh
✏️
Editing: multipath-shutdown.sh
Read Only
#!/bin/bash for i in $(multipath -l -v1); do if ! dmsetup table $i | sed -n '/.*queue_if_no_path.*/q1' ; then dmsetup message $i 0 fail_if_no_path fi done
💾 Save Changes
❌ Cancel