查看网站首页
查看网站首页
查看 sitemap.xml
✏️ 正在编辑: multipath-shutdown.sh
路径:
/usr/lib/dracut/modules.d/90multipath/multipath-shutdown.sh
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#!/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
💾 保存文件
← 返回文件管理器