diff options
-rwxr-xr-x | systemd/fedora-storage-init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/fedora-storage-init b/systemd/fedora-storage-init index 41ba7001..df4323dc 100755 --- a/systemd/fedora-storage-init +++ b/systemd/fedora-storage-init @@ -9,7 +9,7 @@ if ! strstr "$cmdline" nompath && [ -f /etc/multipath.conf ] && \ [ -x /sbin/multipath ]; then modprobe dm-multipath > /dev/null 2>&1 - /sbin/multipath -u -v 0 + /sbin/multipath -v 0 if [ -x /sbin/kpartx ]; then /sbin/dmsetup ls --target multipath --exec "/sbin/kpartx -u -a -p p" >/dev/null fi |