SILENT KILLERPanel

Current Path: > > lib > dracut > modules.d > 90multipath


Operation   : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Software     : Apache
Server IP    : 185.61.154.216 | Your IP: 216.73.216.44
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //lib/dracut/modules.d/90multipath

NameTypeSizeLast ModifiedActions
module-setup.sh File 3465 bytes July 15 2025 09:09:21.
multipath-shutdown.sh File 172 bytes October 08 2018 13:38:33.
multipathd-configure.service File 624 bytes July 15 2025 09:09:21.
multipathd-needshutdown.sh File 162 bytes October 08 2018 13:38:33.
multipathd-stop.sh File 237 bytes October 08 2018 13:38:33.
multipathd.service File 785 bytes July 15 2025 09:09:22.
multipathd.sh File 396 bytes July 15 2025 09:09:21.

Reading File: //lib/dracut/modules.d/90multipath/multipathd.sh

#!/bin/sh

if [ "$(getarg rd.multipath)" = "default" ] && [ ! -e /etc/multipath.conf ]; then
    mkdir -p /etc/multipath/multipath.conf.d
    mpathconf --enable
fi

if getargbool 1 rd.multipath -d -n rd_NO_MULTIPATH && [ -e /etc/multipath.conf ]; then
    modprobe dm-multipath
    multipathd -B || multipathd
    need_shutdown
else
    rm -- /etc/udev/rules.d/??-multipath.rules 2>/dev/null
fi


SILENT KILLER Tool