[nfs-discuss] NFS3 client regression introduced between snv_98 and snv_101b ?

2009-01-04 Thread Helen Chao
On 1/3/2009 9:38 AM, Nils Goroll wrote:
> Hi,
>
> does anyone know about this issue already?
>
> Observed on snv_101b, was still working on snv_98. Here's a simple test case:
>
> # share something
> root at haggis:~# share
> -   /tmp/a   sec=sys,ro   ""
>
> # set up a forwarded port
> haggis:~$ ssh -L22049:127.0.0.1:2049 localhost
> Password:
> Last login: Sat Jan  3 14:59:42 2009 from haggis
> Sun Microsystems Inc.   SunOS 5.11  snv_101bNovember 2008
>
> # trying to access with NFSv4 is fine:
> root at haggis:~# mount -o ro nfs://127.0.0.1:22049/tmp/a /mnt
> root at haggis:~# nfsstat -m
> /mnt from nfs://127.0.0.1:22049/tmp/a
>   Flags:   
> vers=4,proto=tcp,sec=sys,hard,intr,link,symlink,acl,rsize=1048576,wsize=1048576,retrans=5,timeo=600
>   Attr cache: acregmin=3,acregmax=60,acdirmin=30,acdirmax=60
>
> # trying to access with NFSv3 give me a stale file handle (uh?)
> root at haggis:~# mount -o ro,vers=3 nfs://127.0.0.1:22049/tmp/a /mnt
> nfs mount: mount: /mnt: Stale NFS file handle
>   

This looks like this bug:
  http://bugs.opensolaris.org/view_bug.do?bug_id=6755735


-- 

Thanks,
Helen




[nfs-discuss] NFS3 client regression introduced between snv_98 and snv_101b ?

2009-01-04 Thread Nils Goroll
FYI: I have contacted the author of the change which seems to be related to 
this 
issue if he could have a look. Otherwise, I would be willing to investigate 
further.

Nils



[nfs-discuss] NFS3 client regression introduced between snv_98 and snv_101b ?

2009-01-03 Thread Nils Goroll
Replacing

/etc/fs/nfs/mount
and /usr/lib/autofs/automountd

with binaries from snv_98 avoids this issue for manual mounts and autofs.

Nils



[nfs-discuss] NFS3 client regression introduced between snv_98 and snv_101b ?

2009-01-03 Thread Nils Goroll
Hi,

does anyone know about this issue already?

Observed on snv_101b, was still working on snv_98. Here's a simple test case:

# share something
root at haggis:~# share
-   /tmp/a   sec=sys,ro   ""

# set up a forwarded port
haggis:~$ ssh -L22049:127.0.0.1:2049 localhost
Password:
Last login: Sat Jan  3 14:59:42 2009 from haggis
Sun Microsystems Inc.   SunOS 5.11  snv_101bNovember 2008

# trying to access with NFSv4 is fine:
root at haggis:~# mount -o ro nfs://127.0.0.1:22049/tmp/a /mnt
root at haggis:~# nfsstat -m
/mnt from nfs://127.0.0.1:22049/tmp/a
  Flags: 
vers=4,proto=tcp,sec=sys,hard,intr,link,symlink,acl,rsize=1048576,wsize=1048576,retrans=5,timeo=600
  Attr cache:   acregmin=3,acregmax=60,acdirmin=30,acdirmax=60

# trying to access with NFSv3 give me a stale file handle (uh?)
root at haggis:~# mount -o ro,vers=3 nfs://127.0.0.1:22049/tmp/a /mnt
nfs mount: mount: /mnt: Stale NFS file handle

Trying to access a remote Solaris 9 box

root at haggis:~# mount -o ro,vers=3 nfs://localhost:12049/export/installserver 
/tmp/b
nfs mount: mount: /tmp/b: Stale NFS file handle

I am very sure that this does work with snv_98, so have I missed anything? Is 
this a new or known issue? If new, could anyone please try to reproduce with a 
tip version?

Thank you,

Nils