|
Description
|
The fix for 6378361 only half worked. It made the performance better, but
we still end up calling 'zfs share -a' from /usr/sbin/shareall *in addition to*
the call in nfs-server. This is wrong. mountall(1M) doesn't do ZFS mounts,
and neither should shareall(1M). It's worse if you specify a file other than
/etc/dfs/dfstab - we end up calling 'zfs share -a' even though it has nothing
to do with what the user requested or what the manpage states.
|