#!/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
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
module-setup.sh | File | 3.38 KB | 0755 |
|
multipath-shutdown.sh | File | 172 B | 0755 |
|
multipathd-configure.service | File | 624 B | 0644 |
|
multipathd-needshutdown.sh | File | 162 B | 0755 |
|
multipathd-stop.sh | File | 237 B | 0755 |
|
multipathd.service | File | 785 B | 0644 |
|
multipathd.sh | File | 396 B | 0755 |
|