zfs/etc
Brian Behlendorf 2a005961a4 Ensure all block devices are available
These days most disk drivers will probe for devices asynchronously.
This means it's possible that when you zfs init script runs all the
required block devices may not yet have been discovered.  The result
is the pool may fail to cleanly import at boot time.  This is
particularly common when you have a large number of devices.

The fix is for the init script to block until udev settles and we
are no longer detecting new devices.  Once the system has settled
the zfs modules can be loaded and the pool with be automatically
imported.
2011-06-30 14:45:33 -07:00
..
init.d Ensure all block devices are available 2011-06-30 14:45:33 -07:00
udev Tear down and flush the mmap region 2011-06-27 09:59:19 -07:00
zfs Tear down and flush the mmap region 2011-06-27 09:59:19 -07:00
Makefile.am Add init scripts 2011-03-17 16:51:54 -07:00
Makefile.in Tear down and flush the mmap region 2011-06-27 09:59:19 -07:00