Re: [zfs-discuss] nfs exporting nested zfs

2008-02-08 Thread Andrew Tefft
Thanks. I guess this makes sense, now that I think about it, since this would be the same behavior exporting nested ufs filesystems. It just took me by surprise since I was testing by accessing these on my workstation, and then when the jobs ran overnight on the server the behavior was different

Re: [zfs-discuss] nfs exporting nested zfs

2008-02-07 Thread Nicolas Williams
On Thu, Feb 07, 2008 at 01:54:58PM -0800, Andrew Tefft wrote: > Let's say I have a zfs called "pool/backups" and it contains two > zfs'es, "pool/backups/server1" and "pool/backups/server2" > > I have sharenfs=on for pool/backups and it's inherited by the > sub-zfs'es. I can then nfs mount pool/bac

Re: [zfs-discuss] nfs exporting nested zfs

2008-02-07 Thread Cindy . Swearingen
Because of the mirror mount feature that integrated into that Solaris Express, build 77. You can read about here on page 20 of the ZFS Admin Guide: http://opensolaris.org/os/community/zfs/docs/zfsadmin.pdf Cindy Andrew Tefft wrote: > Let's say I have a zfs called "pool/backups" and it contains

[zfs-discuss] nfs exporting nested zfs

2008-02-07 Thread Andrew Tefft
Let's say I have a zfs called "pool/backups" and it contains two zfs'es, "pool/backups/server1" and "pool/backups/server2" I have sharenfs=on for pool/backups and it's inherited by the sub-zfs'es. I can then nfs mount pool/backups/server1 or pool/backups/server2, no problem. If I mount pool/bac