Марк Коренберг | 22 Jul 2010 15:32
Picon
Gravatar

Accessing mounted NFS filesystem hang when crossmnt specified on server

I have Ubuntu server on kernel 2.6.28.

My exports:
/mnt		*(sec=none,ro,fsid=0,crossmnt,insecure,no_subtree_check,sync,no_root_squash)
/home/ide	*(ro,fsid=1,insecure,no_subtree_check,sync,anonuid=65534,anongid=65534)

When I mount this file system from other host with
mount -t nfs4 -o sec=none,proto=tcp,intr 10.80.1.112:/ /mnt/KVM_quad
it is mounted successfully.

But after "ls /mnt/KVM_quad", command stuck completely.

If I remove crossmnt from exports everything work OK. -t nfs, -t nfs4
- all the same. security=sys, security=none - all the same....

in /mnt dir (on nfs server) I have 10 file systems (LVM) mounted in
subdirs of /mnt. All of them are accessible.

dmesg on both systems are clear.

--

-- 
Segmentation fault
_______________________________________________
NOTE: THIS LIST IS DEPRECATED.  Please use linux-nfs <at> vger.kernel.org instead.
(To subscribe to linux-nfs <at> vger.kernel.org: send "subscribe linux-nfs" in the body of a message to majordomo <at> vger.kernel.org.)

NFSv4 mailing list
NFSv4 <at> linux-nfs.org
http://linux-nfs.org/cgi-bin/mailman/listinfo/nfsv4

(Continue reading)


Gmane