X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=etc%2Finit.d%2Fzfs.fedora;h=bfed452ad694884b72d63ea6b0d9087570195b9b;hb=5c03efc379693f992ebe39c6a00c7297c4a304ea;hp=69df621e30bf3923cf621d4b34e92d342c2e4b7c;hpb=6f582dc708e713f1d5e1c6871657ac726873b4bf;p=zfs.git diff --git a/etc/init.d/zfs.fedora b/etc/init.d/zfs.fedora index 69df621..bfed452 100644 --- a/etc/init.d/zfs.fedora +++ b/etc/init.d/zfs.fedora @@ -126,6 +126,9 @@ start() action $"SELinux ZFS policy required: " /bin/false || return 6 fi + # Delay until all required block devices are present. + udevadm settle + # load kernel module infrastructure if ! grep -q zfs /proc/modules ; then action $"Loading kernel ZFS infrastructure: " modprobe zfs || return 5