1 # zfs-fuse configuraton file
3 # array with dataset (pools) to import
4 # use "-a" to import everything
6 ZFS_IMPORT=("") # ("-a")
8 # array with datasets to mount
9 # use "-a" to mount everything
10 # this has to be a subset of ZFS_IMPORT or mounting will fail
12 ZFS_MOUNT=("") # ("-a")
14 # how long to wait for zfs-fuse daemon to come up