[Bug 458006] New: opensolaris can' t mount Filesystems provided by openSUSE Server using nfs4
https://bugzilla.novell.com/show_bug.cgi?id=458006 Summary: opensolaris can't mount Filesystems provided by openSUSE Server using nfs4 Product: openSUSE 11.0 Version: Final Platform: Other OS/Version: openSUSE 11.0 Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: rupert.kolb@med.uni-tuebingen.de QAContact: qa@suse.de Found By: --- Trying to do the overdue upgrade from nfs3 to nfs4, I found this stopper: openSolaris can't mount nfs filesystems from openSUSE servers, if they do not use "vers=nfs3". So I'm stuck with nfs3, because I want to maintain only one NIS map for the home directories. Is there a configuration option? Is it a bug of opensolaris? I it a bug of linux? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=458006 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |kernel-maintainers@forge.provo.novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=458006 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kernel-maintainers@forge.provo.novell.com |sjayaraman@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=458006 User sjayaraman@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=458006#c1 Suresh Jayaraman <sjayaraman@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |rupert.kolb@med.uni-tuebingen.de --- Comment #1 from Suresh Jayaraman <sjayaraman@novell.com> 2009-01-06 22:01:45 MST --- How does the /etc/exports for nfsv4 export on openSUSE look like? What is the mount command you're trying to use? Are you using krb5 or other flavors? can you attach a packet capture by doing as root while mounting tcpdump -s 0 -w nfs4-mount.cap port 2049 and attach nfs4-mount.cap -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=458006 User sjayaraman@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=458006#c2 --- Comment #2 from Suresh Jayaraman <sjayaraman@novell.com> 2009-01-21 03:48:45 MST --- Could you please provide the requested debug information? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=458006 User sjayaraman@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=458006#c3 --- Comment #3 from Suresh Jayaraman <sjayaraman@novell.com> 2009-02-02 22:34:33 MST --- Ping! Any updates? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=458006 User sjayaraman@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=458006#c4 Suresh Jayaraman <sjayaraman@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|rupert.kolb@med.uni-tuebing | |en.de | Resolution| |WORKSFORME --- Comment #4 from Suresh Jayaraman <sjayaraman@novell.com> 2009-02-02 23:25:03 MST --- I just managed to get the opensolaris setup: it works perfectly fine for me. On openSUSE NFS server export NFSv4 volume: cat /etc/exports: /share *(rw,sync,no_subtree_check,fsid=0) On OpenSolaris: mount -o vers=4 <ip of openSUSE server>:/ /mnt/nfs mounts successfully without errors and I'm able access files and directories Please make a note of the below points: * you need to specify fsid=0 when you're using NFSv4 on linux * note the change in mount syntax, only ip:/ format and not ip:/share format For more information refer NFSv4 Configuration: http://wiki.linux-nfs.org/wiki/index.php/Nfsv4_configuration I'm closing this as WORKSFORME. If you see any further issues, reopen this issue with the requested information. Thanks! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com