aboutsummaryrefslogtreecommitdiffstats
path: root/etc/init.d/zfs.fedora
diff options
context:
space:
mode:
Diffstat (limited to 'etc/init.d/zfs.fedora')
-rw-r--r--etc/init.d/zfs.fedora3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/init.d/zfs.fedora b/etc/init.d/zfs.fedora
index 69df621e3..bfed452ad 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