[Bug 863749] New: NFSv3 fallback failure when NFSv3 Server is UDP only
https://bugzilla.novell.com/show_bug.cgi?id=863749 https://bugzilla.novell.com/show_bug.cgi?id=863749#c0 Summary: NFSv3 fallback failure when NFSv3 Server is UDP only Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: i586 OS/Version: openSUSE 13.1 Status: NEW Severity: Major Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: kieltux@gmail.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Created an attachment (id=578454) --> (http://bugzilla.novell.com/attachment.cgi?id=578454) Testcase logs NFSv3 TCP/UDP - NFSv3 UDP only User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0 Mounting a NFSv3 UDP only export fails. To mount a NFSv3 UDP only export you have to add a mount options (-o udp or -o nfsvers=3). This should be not necessary because of auto-negotiation. Reproducible: Always Steps to Reproduce: 1.Server with NFSv3 UDP only 2.Mount the server NFSv3 export without any options (-o udp or -o nfsvers=3) Actual Results: Mount fails with mount.nfs: mount(2): Connection refused Auto-negotiation is stuck on NFSv4. Expected Results: Mount success. In the attachment is my testcase log for following scenario: Client: openSUSE 13.1 32bit, Kernel 3.11.10-7-default Server_1: NFSv3 UDP only Mounting Server_1: NFSv3 UDP only without mount options (-o udp or -o nfsvers=3) == Fail Mounting Server_1: NFSv3 UDP only with mount options (-o upd or -o nfsvers=3) == Success Server_2: NFSv3 TCP/UDP Mounting Server_2: NFSv3 TCP/UDP without mount options (.o upd or -o nfsvers=3) == Success mount -v logs and /var/log/messages -- 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=863749 https://bugzilla.novell.com/show_bug.cgi?id=863749#c1 --- Comment #1 from Carsten Ziepke <kieltux@gmail.com> 2014-02-13 11:30:56 UTC --- Created an attachment (id=578471) --> (http://bugzilla.novell.com/attachment.cgi?id=578471) openSUSE 12.3 testcase logs NFSv3 TCP/UDP - NFSv3 UDP only openSUSE 12.3 also does have the NFSv3 UDP only fallback problem. tested with: kernel-desktop-3.7.10-1.28.1.x86_64 kernel-desktop-3.7.10-88.1.gabf8346.x86_64 -- 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=863749 https://bugzilla.novell.com/show_bug.cgi?id=863749#c Neil Brown <nfbrown@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nfbrown@suse.com AssignedTo|kernel-maintainers@forge.pr |nfbrown@suse.com |ovo.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=863749 https://bugzilla.novell.com/show_bug.cgi?id=863749#c2 Neil Brown <nfbrown@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |kieltux@gmail.com --- Comment #2 from Neil Brown <nfbrown@suse.com> 2014-02-17 04:46:46 UTC --- This looks like long-standing bug in nfs-utils. Please install the appropriate nfs-client from http://download.opensuse.org/repositories/home:/neilbrown:/branches:/openSUS... You particularly want the "mount.nfs" program in /sbin Please let me know if that fixes the problem. -- 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=863749 https://bugzilla.novell.com/show_bug.cgi?id=863749#c3 Carsten Ziepke <kieltux@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |kieltux@gmail.com InfoProvider|kieltux@gmail.com | --- Comment #3 from Carsten Ziepke <kieltux@gmail.com> 2014-02-17 13:32:20 UTC --- I can confirm that mount.nfs from nfs-client-1.2.8-4.13.1 fixes the problem. Tested with client openSUSE 13.1 32bit 3.11.10-7-default and server with NFSv3 UDP only. # mount.nfs -v server_nfs3_udponly:/export /mnt mount.nfs: timeout set for Mon Feb 17 14:24:16 2014 mount.nfs: trying text-based options 'vers=4,addr=192.168.0.100,client mount.nfs: mount(2): Connection refused mount.nfs: trying text-based options 'addr=192.168.0.100' mount.nfs: prog 100003, trying vers=3, prot=6 mount.nfs: portmap query retrying: RPC: Program not registered mount.nfs: prog 100003, trying vers=3, prot=17 mount.nfs: trying 192.168.0.100 prog 100003 vers 3 prot UDP port 2049 mount.nfs: prog 100005, trying vers=3, prot=17 mount.nfs: trying 192.168.0.100 prog 100005 vers 3 prot UDP port 32770 Makes it sense to test with this mount.nfs also openSUSE 12.3 e.g. with 3.7.10-88.1.gabf8346? Thank you. -- 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=863749 https://bugzilla.novell.com/show_bug.cgi?id=863749#c4 Neil Brown <nfbrown@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Neil Brown <nfbrown@suse.com> 2014-02-18 01:03:54 UTC --- Yes it makes sense to test with openSUSE-12.3. The kernel version doesn't make much difference with this bug. I've sent the fix upstream and submitted to Factory. I will hold off submitting an openSUSE update for the moment as we had one recently and there might be more bugs to come... -- 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=863749 https://bugzilla.novell.com/show_bug.cgi?id=863749#c5 --- Comment #5 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-02-18 03:00:18 CET --- This is an autogenerated message for OBS integration: This bug (863749) was mentioned in https://build.opensuse.org/request/show/222653 Factory / nfs-utils -- 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=863749 https://bugzilla.novell.com/show_bug.cgi?id=863749#c7 --- Comment #7 from Carsten Ziepke <kieltux@gmail.com> 2014-02-18 07:13:15 UTC --- Just to complete the tests: Client: openSUSE 12.3 64bit 3.7.10-90.g0591991-desktop, mount.nfs from nfs-client-1.2.8-4.13.1 Mounting NFS without any mount options (e.g. -o UDP or o nfsvers=3) Server 1: NFSv4: success Server 2: NFSv3 TCP/UDP: success Server 3: NFSv3 UDP only: success Thank you. -- 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=863749 https://bugzilla.novell.com/show_bug.cgi?id=863749#c8 Neil Brown <nfbrown@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |franzmach@yahoo.de --- Comment #8 from Neil Brown <nfbrown@suse.com> 2014-05-06 00:20:49 UTC --- *** Bug 855247 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=855247 -- 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=863749 https://bugzilla.novell.com/show_bug.cgi?id=863749#c9 --- Comment #9 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-05-06 03:00:16 CEST --- This is an autogenerated message for OBS integration: This bug (863749) was mentioned in https://build.opensuse.org/request/show/232783 13.1 / nfs-utils -- 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=863749 https://bugzilla.novell.com/show_bug.cgi?id=863749#c10 --- Comment #10 from Swamp Workflow Management <swamp@suse.de> 2014-05-13 09:04:23 UTC --- openSUSE-RU-2014:0632-1: An update that has one recommended fix can now be installed. Category: recommended (low) Bug References: 863749 CVE References: Sources used: openSUSE 13.1 (src): nfs-utils-1.2.8-4.13.1 -- 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=863749 https://bugzilla.novell.com/show_bug.cgi?id=863749#c11 --- Comment #11 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-05-26 14:00:11 CEST --- This is an autogenerated message for OBS integration: This bug (863749) was mentioned in https://build.opensuse.org/request/show/235369 12.3 / nfs-utils -- 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=863749 https://bugzilla.novell.com/show_bug.cgi?id=863749#c12 --- Comment #12 from Swamp Workflow Management <swamp@suse.de> 2014-06-03 10:04:22 UTC --- openSUSE-RU-2014:0745-1: An update that has one recommended fix can now be installed. Category: recommended (low) Bug References: 863749 CVE References: Sources used: openSUSE 12.3 (src): nfs-utils-1.2.7-2.22.1 -- 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