Re: [zfs-discuss] nfs share of nested zfs directories?

2010-06-04 Thread Pasi Kärkkäinen
On Fri, Jun 04, 2010 at 08:43:32AM -0400, Cassandra Pugh wrote: Thank you, when I manually mount using the mount -t nfs4 option, I am able to see the entire tree, however, the permissions are set as nfsnobody. Warning: rpc.idmapd appears not to be running. All uids

Re: [zfs-discuss] nfs share of nested zfs directories?

2010-06-04 Thread Cassandra Pugh
Well, yes I understand I need to research the issue of running the idmapd service, but I also need to figure out how to use nfsv4 and automount. - Cassandra (609) 243-2413 Unix Administrator From a little spark may burst a mighty flame. -Dante Alighieri On Fri, Jun 4, 2010 at 10:00 AM, Pasi

Re: [zfs-discuss] nfs share of nested zfs directories?

2010-06-03 Thread Cassandra Pugh
Thanks for getting back to me! I am using Solaris 10 10/09 (update 8) I have created multiple nested zfs directories in order to compress some but not all sub directories in a directory. I have ensured that they all have a sharenfs option, as I have done with other shares. This is a special

Re: [zfs-discuss] nfs share of nested zfs directories?

2010-06-03 Thread Brandon High
On Thu, Jun 3, 2010 at 10:53 AM, Cassandra Pugh cp...@pppl.gov wrote: I have ensured that they all have a sharenfs option, as I have done with other shares. You can verify this from your linux client with: # showmount -e nfs_server My client is linux. I would assume we are using nfs v3. I

Re: [zfs-discuss] nfs share of nested zfs directories?

2010-06-03 Thread Cindy Swearingen
Hi Cassandra, The mirror mount feature allows the client to access files and dirs that are newly created on the server, but this doesn't look like your problem described below. My guess is that you need to resolve the username/permission issues before this will work, but some versions of

Re: [zfs-discuss] nfs share of nested zfs directories?

2010-06-03 Thread Cassandra Pugh
No usernames is not an issue. I have many shares that work, but they are single zfs file systems. The special case here is that I am trying to traverse NESTED zfs systems, for the purpose of having compressed and uncompressed directories. - Cassandra (609) 243-2413 Unix Administrator From a

Re: [zfs-discuss] nfs share of nested zfs directories?

2010-06-03 Thread Cassandra Pugh
I am trying to set this up as an automount. Currently I am trying to set mounts for each area, but I have a lot to mount. When I run showmount -e nfs_server I do see all of the shared directories. - Cassandra (609) 243-2413 Unix Administrator From a little spark may burst a mighty flame.

Re: [zfs-discuss] nfs share of nested zfs directories?

2010-06-03 Thread Cindy Swearingen
If your other single ZFS shares are working, then I think the answer is that the Linux client version doesn't support the nested access feature, I'm guessing. You could also test the nested access between your Solaris 10 10/09 server and a Solaris 10 10/09 client, if possible, to be sure this

Re: [zfs-discuss] nfs share of nested zfs directories?

2010-06-03 Thread Brandon High
On Thu, Jun 3, 2010 at 12:50 PM, Cassandra Pugh cp...@pppl.gov wrote: The special case here is that I am trying to traverse NESTED zfs systems, for the purpose of having compressed and uncompressed directories. Make sure to use mount -t nfs4 on your linux client. The standard nfs type only

Re: [zfs-discuss] nfs share of nested zfs directories?

2010-06-03 Thread Harry Putnam
Cassandra Pugh cp...@pppl.gov writes: I am trying to set this up as an automount. Currently I am trying to set mounts for each area, but I have a lot to mount. When I run showmount -e nfs_server I do see all of the shared directories. I ran into this same problem some mnths ago... I can't

Re: [zfs-discuss] nfs share of nested zfs directories?

2010-06-03 Thread Miles Nordin
cs == Cindy Swearingen cindy.swearin...@oracle.com writes: okay wtf. Why is this thread still alive? cs The mirror mount feature It's unclear to me from this what state the feature's in: http://hub.opensolaris.org/bin/view/Project+nfs-namespace/ It sounds like mirror mounts are done

Re: [zfs-discuss] nfs share of nested zfs directories?

2010-05-29 Thread Edward Ned Harvey
From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss- boun...@opensolaris.org] On Behalf Of Cassandra Pugh    I was wondering if there is a special option to share out a set of nested    directories?  Currently if I share out a directory with /pool/mydir1/mydir2    on a system,

Re: [zfs-discuss] nfs share of nested zfs directories?

2010-05-28 Thread Alan Wright
On 05/27/10 09:49 PM, Haudy Kazemi wrote: Brandon High wrote: On Thu, May 27, 2010 at 1:02 PM, Cassandra Pugh cp...@pppl.gov wrote: I was wondering if there is a special option to share out a set of nested directories? Currently if I share out a directory with /pool/mydir1/mydir2 on a system,

Re: [zfs-discuss] nfs share of nested zfs directories?

2010-05-27 Thread Garrett D'Amore
I share filesystems all the time this way, and have never had this problem. My first guess would be a problem with NFS or directory permissions. You are using NFS, right? - Garrett On 5/27/2010 1:02 PM, Cassandra Pugh wrote: I was wondering if there is a special option to share out a

Re: [zfs-discuss] nfs share of nested zfs directories?

2010-05-27 Thread Roy Sigurd Karlsbakk
- Cassandra Pugh cp...@pppl.gov skrev: I was wondering if there is a special option to share out a set of nested directories? Currently if I share out a directory with /pool/mydir1/mydir2 on a system, mydir1 shows up, and I can see mydir2, but nothing in mydir2. mydir1 and mydir2 are

Re: [zfs-discuss] nfs share of nested zfs directories?

2010-05-27 Thread Cindy Swearingen
Cassandra, Which Solaris release is this? This is working for me between an Solaris 10 server and a OpenSolaris client. Nested mount points can be tricky and I'm not sure if you are looking for the mirror mount feature that is not available in the Solaris 10 release, where new directory

Re: [zfs-discuss] nfs share of nested zfs directories?

2010-05-27 Thread Brandon High
On Thu, May 27, 2010 at 1:02 PM, Cassandra Pugh cp...@pppl.gov wrote:    I was wondering if there is a special option to share out a set of nested    directories?  Currently if I share out a directory with /pool/mydir1/mydir2    on a system, mydir1 shows up, and I can see mydir2, but nothing

Re: [zfs-discuss] nfs share of nested zfs directories?

2010-05-27 Thread Reshekel Shedwitz
Some tips… (1) Do a zfs mount -a and a zfs share -a. Just in case something didn't get shared out correctly (though that's supposed to automatically happen, I think) (2) The Solaris automounter (i.e. in a NIS environment) does not seem to automatically mount descendent filesystems (i.e. if the

Re: [zfs-discuss] nfs share of nested zfs directories?

2010-05-27 Thread Kyle McDonald
On 5/27/2010 9:30 PM, Reshekel Shedwitz wrote: Some tips… (1) Do a zfs mount -a and a zfs share -a. Just in case something didn't get shared out correctly (though that's supposed to automatically happen, I think) (2) The Solaris automounter (i.e. in a NIS environment) does not seem to

Re: [zfs-discuss] nfs share of nested zfs directories?

2010-05-27 Thread Haudy Kazemi
Brandon High wrote: On Thu, May 27, 2010 at 1:02 PM, Cassandra Pugh cp...@pppl.gov wrote: I was wondering if there is a special option to share out a set of nested directories? Currently if I share out a directory with /pool/mydir1/mydir2 on a system, mydir1 shows up, and I can see