On Wed, 28 Mar 2012, Derek Yarnell wrote:

Has anyone else run into this?  I have submitted a bugzilla here,

https://bugzilla.redhat.com/show_bug.cgi?id=807439

Thanks,
derek

Hi Derek,

Is your NFS server exporting your ZFS filesystems with an fsid= argument?
For VxFS filesystems, this is required and it is also often the case for 'exotic' filesystems. The resulting /etc/exports on the server looks like this example.

# $Id: exports,v 1.6 2011/10/15 16:28:32 root Exp root $
# fsid= is the key to solving this hang problem (VSC 20061019)
/export/home/shared *.mydomain.com(rw,insecure,no_root_squash,sync,fsid=11)
/nfs/data0/data 
*.mydomain.com(ro,insecure,no_root_squash,async,mp=/nfs/data0,fsid=20)
/nfs/data0/krynn_ergoth      
*.mydomain.com(rw,insecure,no_root_squash,async,mp=/nfs/data0,fsid=21)
/nfs/data0/krynn_palanthas   
*.mydomain.com(rw,insecure,no_root_squash,async,mp=/nfs/data0,fsid=22)
/nfs/data0/krynn_thorbardin  
*.mydomain.com(rw,insecure,no_root_squash,async,mp=/nfs/data0,fsid=23)

I don't know if that would solve your issue but perhaps you could give it a try and see if it takes you somewhat further..

Best regards,

Vincent

_______________________________________________
rhelv5-list mailing list
rhelv5-list@redhat.com
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to