if you are talking about NFS, this is due to how ZFS file systems work. When you share a ZFS filesystem via NFS it will share everything IN that filesystem but if you have 2 filesystems, it will only share that second fs's mount point.
what i mean is, if you have something like pool/filesystem and pool/filesystem/filesystem2 and you share pool/filesystem via NFS it will only share what is actually in that filesystem....so you will need to also share the second filesystem as well. On Fri, Aug 21, 2009 at 3:41 PM, Gregory Skelton < gskel...@gravity.phys.uwm.edu> wrote: > Thanks for your reply Andrey, > > Unfortunately, I wasn't able to see the files in that directory from any of > scenario's. It seems a zfs inside another zfs is causing the problem. Of > course when I put just a directory inside the zfs, everything can be seen. > > Cheers, > Greg > > > On Fri, 21 Aug 2009, Andrey V. Elsukov wrote: > > Gregory Skelton wrote: >> >>> I've tried changing all kinds of attributes for the zfs's, but I can't >>> seem to find the right configuration. >>> >>> So I'm trying to move some zfs's under another, it looks like this: >>> >>> /pool/joe_user move to /pool/homes/joe_user >>> >> >> You can do it in several ways: >> 1. Create a new FS and copy data from old FS :) >> 2. Change mountpoint: >> # zfs set mountpoint=/pool/homes/joe_user pool/joe_user >> 3. Use clone and promote: >> # zfs snapshot pool/joe_u...@copy >> # zfs clone pool/joe_u...@copy pool/homes/joe_user >> # zfs promote pool/homes/joe_user >> verify that all is ok, then destroy old FS >> >> It's IMHO... >> -- >> WBR, Andrey V. Elsukov >> >> > -- > Gregory R. Skelton Phone: (414)229-2678 (Office) > System Administrator: (920) 246-4415 (Cell) > 1900 E. Kenwood Blvd: gskel...@gravity.phys.uwm.edu > University of Wisconsin : AIM/ICQ gregor159 > Milwaukee, WI 53201 > http://www.lsc-group.phys.uwm.edu/~gskelton<http://www.lsc-group.phys.uwm.edu/%7Egskelton> > Emergency Email: grego...@vzw.blackberry.net > > _______________________________________________ > zfs-discuss mailing list > zfs-discuss@opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss >
_______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss