]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Add nfs-kernel-server suggestion.
authorDarik Horn <dajhorn@vanadac.com>
Fri, 8 Jul 2011 15:48:14 +0000 (10:48 -0500)
committerDarik Horn <dajhorn@vanadac.com>
Wed, 13 Jul 2011 00:47:21 +0000 (19:47 -0500)
commit215d95c4c15ad2277db8d844e321bd4d2b93c9c0
tree585156590ee08086e7e7519ef1aeecb34c3f6a7e
parent1a8ff183d2f5c43933c67435cdc5ef7efeab4688
Add nfs-kernel-server suggestion.

The new libshare implementation calls /usr/sbin/exportfs to create
NFS shares, which is provided by the nfs-kernel-server package.

If the sharenfs=on property is set on the tank/NFSROOT filesytem
and `zfs share -a` is invoked, but `exportfs` is missing, then
this error is printed:

  # zfs share -a; echo $?
  cannot share 'tank/NFSROOT': share (1M) failed
  1
debian/control