]> git.proxmox.com Git - zfsonlinux.git/blame - zfs-debian-pve/zfsutils.zfs.default
add ZFS_MOUNT to defaults
[zfsonlinux.git] / zfs-debian-pve / zfsutils.zfs.default
CommitLineData
8d6c7ec5
DM
1# ZoL userland configuration.
2
eac0a2cd
DM
3# uncomment the following line to mount zfs at startup
4#ZFS_MOUNT=yes
5
8d6c7ec5
DM
6# Wait this many seconds during system start for pool member devices to appear
7# before attempting import and starting mountall.
8ZFS_AUTOIMPORT_TIMEOUT='30'
9
10# Run `zfs share -a` during system start?
11# nb: The shareiscsi, sharenfs, and sharesmb dataset properties.
12ZFS_SHARE='no'
13
14# Run `zfs unshare -a` during system stop?
15ZFS_UNSHARE='no'