OpenSolaris

Printable Version Enter a New Search
Bug ID 6379783
Synopsis shareall(1M) shouldn't be executing 'zfs share -a'
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility:zfs
Keywords
Responsible Engineer Eric Schrock
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_34
Fixed In snv_34
Release Fixed solaris_nevada(snv_34)
Related Bugs 6386942
Submit Date 1-February-2006
Last Update Date 27-February-2006
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.
Work Around
N/A
Comments
N/A