[EMAIL PROTECTED] wrote:
> 
>> For NFSv2/v3, there's no easy answers.  Some have experimented
>> with executable automounter maps that build a list of filesystems
>> on the fly, but ick.  At some point, some of the global namespace
>> ideas we kick around may benefit NFSv2/v3 as well.
> 
> 
> The question for me is: why does this work for /net mounts (to a point,
> of course) and why can't we emulate this for other mount points?

Mounts under /net are derived from the filesystems actually shared
from the servers; the automount daemon uses the MOUNT protocol to
determine this.  If you're looking at a path not already seen, the
information will be fresh, but that's where the good news ends.
We don't refresh this information reliably, so if you add a new
share in a directory we've already scanned, you won't see it until
the mounts time out and are removed.  We should refresh this data
more readily and no matter what the source of data.

Rob T
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to