[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#591921: /etc/zfs dir missing so zfs can not store config changes



Package: zfsutils
Version: 8.1-2

The zfs commands expects the directory /etc/zfs to exist so it can
store it configuration.

See the following example (yes I know it is not the best example as
NFS is not supported at all yet)

# zfs set sharenfs=on tank/nfs
cannot share 'tank/nfs': share(1M) failed
property may be set but unable to reshare filesystem

# mkdir /etc/zfs
# zfs set sharenfs=on tank/nfs
warning: mountd isn't supported in Debian GNU/kFreeBSD yet

# cat /etc/zfs/exports
# !!! DO NOT EDIT THIS FILE MANUALLY !!!

/tank/nfs



Reply to: