Douglas R. Jones wrote:
> 4) I change the auto.ws map thusly:
> Integration     chekov:/mnt/zfs1/GroupWS/&
> Upgrades        chekov:/mnt/zfs1/GroupWS/&
> cstools         chekov:/mnt/zfs1/GroupWS/&
> com             chekov:/mnt/zfs1/GroupWS
>
>   
This is standard NFS behavior (prior to NFSv4).  Child Filesystems have 
to be mounted on the NFS client explicitly.
As someone else mentioned, NFSv4 has a feature called 'mirror-mounts' 
that is supposed to automate this for you.

For now try this:

Integration           chekov:/mnt/zfs1/GroupWS/&
Upgrades              chekov:/mnt/zfs1/GroupWS/&
cstools               chekov:/mnt/zfs1/GroupWS/&
com      /            chekov:/mnt/zfs1/GroupWS   \
         /Integration chekov:/mnt/zfs1/GroupWS/Integration


Note the \ line continuation character. The last 2 lines are really all 
one line.

If you had had 'Integration' on it's own ufs or ext2fs filesystem in the 
past, but still mounted below 'GroupWS' you would have seen this in the 
past. It's not a ZFS thing, or a Solaris thing.

   -Kyle

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

Reply via email to