[Bug 556448] New: exported NFS directories got same filehandle after upgrade to 11.2
http://bugzilla.novell.com/show_bug.cgi?id=556448#c0 Summary: exported NFS directories got same filehandle after upgrade to 11.2 Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: 32bit OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: fedev@gmx.net QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729) After upgrading from 11.1 to 11.2 the filehandle of all my exported nfs directories became the same i.e. 0. I can't remember their previous values but the exports were working before so I'm assuming they were all different. After the upgrade, whenever I mounted any of my exported nfs directories, only the last one directory exported on /etc/exports mounted for all cases. Always the same directory. Editing the entries thru Yast didn't fix the problem so I had to manually change the filehandle numbers in /etc/exports followed by an exportfs -r. Reproducible: Always Steps to Reproduce: 1. 2. 3. Actual Results: mounting any exported directory results in the same directory being mounted all the time. Expected Results: mounting any exported directory should mount the intended directory. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c shuang qiu <sqiu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sqiu@novell.com AssignedTo|bnc-team-screening@forge.pr |nfbrown@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c1 Neil Brown <nfbrown@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |fedev@gmx.net --- Comment #1 from Neil Brown <nfbrown@novell.com> 2009-11-19 09:06:15 UTC --- Can you please attach your /etc/exports (before you fixed it), and the output of cat /proc/mounts Thanks. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c2 Federico Vecchiarelli <fedev@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|fedev@gmx.net | --- Comment #2 from Federico Vecchiarelli <fedev@gmx.net> 2009-11-21 08:31:10 UTC --- #/etc/exports (before fix) /home/ 10.8.0.1/24(fsid=0,rw,sync,no_subtree_check,root_squash) /mapdrives/ 10.8.0.1/24(fsid=0,rw,sync,no_subtree_check,root_squash) /loginscript/ 10.8.0.1/24(fsid=0,ro,subtree_check,root_squash,sync) #/etc/exports (after fix) /home/ 10.8.0.1/24(fsid=1,rw,sync,no_subtree_check,root_squash) /mapdrives/ 10.8.0.1/24(fsid=2,rw,sync,no_subtree_check,root_squash) /loginscript/ 10.8.0.1/24(fsid=3,ro,subtree_check,root_squash,sync) #related section of /proc/mounts ldap:10.1.1.100:nisMapName=auto.loginscript,ou=autofs,dc=olympus /loginscript autofs rw,relatime,fd=5,pgrp=3008,timeout=600,minproto=5,maxproto=5,indirect 0 0 10.8.0.1:/loginscript/secure /loginscript/secure nfs rw,sync,relatime,vers=3,rsize=131072,wsize=131072,namlen=255,soft,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=10.8.0.1,mountvers=3,mountproto=udp,addr=10.8.0.1 0 0 ldap:10.1.1.100:nisMapName=auto.mapdrives,ou=autofs,dc=olympus /mapdrives autofs rw,relatime,fd=11,pgrp=3008,timeout=600,minproto=5,maxproto=5,indirect 0 0 10.8.0.1:/mapdrives/home /mapdrives/home nfs rw,sync,relatime,vers=3,rsize=131072,wsize=131072,namlen=255,soft,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=10.8.0.1,mountvers=3,mountproto=udp,addr=10.8.0.1 0 0 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c3 Neil Brown <nfbrown@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |nfbrown@novell.com Resolution| |INVALID --- Comment #3 from Neil Brown <nfbrown@novell.com> 2009-11-22 22:39:19 UTC --- I was actually after /proc/mounts on the server - the same machine as holds /etc/exports, but it probably doesn't matter. So they question is "How did you end up with every line containing fsid=0?". I presume that when you configure NFS export with yast it might put fsid=0 on one of the lines as that makes it the root export for NFSv4, but the other lines don't need fsid= at all. So having multiple lines with "fsid=0" is definitely a wrong configuration. It is conceivable that 11.1 handled this differently to 11.2, and allowed it to work even though it shouldn't have done. I suggest that you simply remove all the "fsid=" entries unless you want to export one of those directories via NFSv4, in which case put "fsid=0" just for that entry. If you are certain that you didn't put all the "fsid=0" in there, then I can only imagine that YaST did it. In that case I recommend you re-open this bug as a bug against Yast / Installation. for now I'll close it as 'invalid' as NFS is doing the right thing giving the content of the configutation file, and nfs-utils never changes that configuration file. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c4 --- Comment #4 from Federico Vecchiarelli <fedev@gmx.net> 2009-11-23 07:48:24 UTC --- Neil, No idea how the file ended up like that. All I did was to update from 11.1 to 11.2. As you said, it might have been yast during installation. I'll try to re-open it as suggested. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c5 Federico Vecchiarelli <fedev@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Component|Other |Installation Resolution|INVALID | AssignedTo|nfbrown@novell.com |bnc-team-screening@forge.pr | |ovo.novell.com QAContact|qa@suse.de |jsrain@novell.com --- Comment #5 from Federico Vecchiarelli <fedev@gmx.net> 2009-11-23 08:02:18 UTC --- I'm reopening the issue as suggested. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c6 shuang qiu <sqiu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Info Provider| |fedev@gmx.net --- Comment #6 from shuang qiu <sqiu@novell.com> 2009-12-03 09:48:03 UTC --- Could you please attach y2logs according to http://en.opensuse.org/Bugs/YaST. Thanks. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c7 Federico Vecchiarelli <fedev@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED Info Provider|fedev@gmx.net | --- Comment #7 from Federico Vecchiarelli <fedev@gmx.net> 2009-12-03 14:11:01 UTC --- Created an attachment (id=330767) --> (http://bugzilla.novell.com/attachment.cgi?id=330767) Y2logs Ok, I'm attaching the logs here. I only have one close to the time of the upgrade so I'm hoping you can find what you want here. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c shuang qiu <sqiu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |locilka@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|locilka@novell.com |yast2-maintainers@suse.de -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c8 Thomas Göttlicher <tgoettlicher@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|yast2-maintainers@suse.de |srvijayaragavan@novell.com --- Comment #8 from Thomas Göttlicher <tgoettlicher@novell.com> 2009-12-09 15:23:07 UTC --- Reassigning to nfs maintainer. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c9 vijayaragavan soundararajan <srvijayaragavan@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |ASSIGNED AssignedTo|srvijayaragavan@novell.com |vsujo@novell.com --- Comment #9 from vijayaragavan soundararajan <srvijayaragavan@novell.com> 2009-12-10 10:59:30 UTC --- Assigning to nfs developer. @ Sujo, if this is not part of nfs please assign back to me. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c10 vijayaragavan soundararajan <srvijayaragavan@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |srvijayaragavan@novell.com Component|Installation |Kernel AssignedTo|vsujo@novell.com |kernel-maintainers@forge.pr | |ovo.novell.com QAContact|jsrain@novell.com |qa@suse.de --- Comment #10 from vijayaragavan soundararajan <srvijayaragavan@novell.com> 2009-12-14 12:23:09 UTC --- Seems to be a OpenSuSE bug. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium AssignedTo|kernel-maintainers@forge.pr |nfbrown@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c11 Neil Brown <nfbrown@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Kernel |Installation AssignedTo|nfbrown@novell.com |bnc-team-screening@forge.pr | |ovo.novell.com QAContact|qa@suse.de |jsrain@novell.com --- Comment #11 from Neil Brown <nfbrown@novell.com> 2009-12-16 05:43:37 UTC --- We seem to be going around in circles.... Customer asserts (with some evidence) that the installed put "fsid=0" on multiple lines in /etc/exports. This is an installed issue, not an NFS issue. Can this *please* be assigned to someone who works on the installer.... and not reassigned back to the kernel (which is certainly not at fault here). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c12 vijayaragavan soundararajan <srvijayaragavan@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |hsuresh@novell.com |ovo.novell.com | --- Comment #12 from vijayaragavan soundararajan <srvijayaragavan@novell.com> 2009-12-18 07:11:20 UTC --- According to the comment#11 assigning to Suresh Hosamani. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c suresh hosamani <hsuresh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|hsuresh@novell.com |mclark@novell.com -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c13 Mark Clark <mclark@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|mclark@novell.com |bnc-team-screening@forge.pr | |ovo.novell.com --- Comment #13 from Mark Clark <mclark@novell.com> 2009-12-21 16:15:21 UTC --- I'm not sure why this was assigned to me. OES is not involved. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c shuang qiu <sqiu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW AssignedTo|bnc-team-screening@forge.pr |hsuresh@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c14 suresh hosamani <hsuresh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|hsuresh@novell.com |sjayaraman@novell.com --- Comment #14 from suresh hosamani <hsuresh@novell.com> 2010-01-06 15:06:22 UTC --- is this bug for Suresh Jayaramn -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c15 Suresh Jayaraman <sjayaraman@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|sjayaraman@novell.com |bnc-team-screening@forge.pr | |ovo.novell.com --- Comment #15 from Suresh Jayaraman <sjayaraman@novell.com> 2010-01-06 15:12:36 UTC --- As per Neil's comment #11, this seems to be an Yast installer issue. Please reassign appropriately. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyyang@novell.com AssignedTo|bnc-team-screening@forge.pr |locilka@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c16 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|locilka@novell.com |yast2-maintainers@suse.de --- Comment #16 from Lukas Ocilka <locilka@novell.com> 2010-01-07 09:32:12 UTC --- Installer doesn't do anything with /etc/exports -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556448 http://bugzilla.novell.com/show_bug.cgi?id=556448#c17 Arvin Schnell <aschnell@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aschnell@novell.com AssignedTo|yast2-maintainers@suse.de |mvidner@novell.com --- Comment #17 from Arvin Schnell <aschnell@novell.com> 2010-01-07 10:38:31 UTC --- nfs-server module deals with /etc/exports. -- Configure bugmail: http://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=556448 https://bugzilla.novell.com/show_bug.cgi?id=556448#c Martin Vidner <mvidner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Summary|exported NFS directories |[yast2-nfs-server] allows |got same filehandle after |multiple fsid=0 options |upgrade to 11.2 | -- 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=556448 https://bugzilla.novell.com/show_bug.cgi?id=556448#c18 Michal Filka <mfilka@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED CC| |mfilka@suse.com Resolution| |INVALID --- Comment #18 from Michal Filka <mfilka@suse.com> 2012-02-20 11:07:48 UTC --- cannot reproduce. missing y2log (only y2log-1 available) -- 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