Linux compat 2.6.39: security_inode_init_security()
[zfs.git] / etc / init.d / zfs.fedora
index 69df621..bfed452 100644 (file)
@@ -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