On Wed, Apr 18, 2007 at 05:23:10PM -0500, Gregory Baker wrote:
[greg@apathy greg]$ sudo rsh eng exportfs | grep pandora
/vol/vol4/pandora -sec=sys,ro,rw=@volexport-pandora,root=@volexport-pandora,anon=4058
To me this is a bug. Here it works fine, when you don't use a netgroup for rw= or use a netgroup that is disjoint from the root= list. It doesn't depend on a ro wildcard but also happens when ro is set to a netgroup. I.e.
-ro=@clients,rw=@writers,root=@writers,adminhost
shows this behaviour and
-ro=@clients,rw=writehost1:writehost2,root=@writers,$adminhost -ro=@clients,rw=@writers,root=@adminhosts
do not.
Greetings,