2015-01-10 17:51:28 +03:00
|
|
|
# ZoL userland configuration.
|
|
|
|
|
2015-01-12 12:53:13 +03:00
|
|
|
# uncomment the following line to mount zfs at startup
|
|
|
|
#ZFS_MOUNT=yes
|
|
|
|
|
2015-01-10 17:51:28 +03:00
|
|
|
# Wait this many seconds during system start for pool member devices to appear
|
|
|
|
# before attempting import and starting mountall.
|
|
|
|
ZFS_AUTOIMPORT_TIMEOUT='30'
|
|
|
|
|
|
|
|
# Run `zfs share -a` during system start?
|
|
|
|
# nb: The shareiscsi, sharenfs, and sharesmb dataset properties.
|
|
|
|
ZFS_SHARE='no'
|
|
|
|
|
|
|
|
# Run `zfs unshare -a` during system stop?
|
|
|
|
ZFS_UNSHARE='no'
|