[Bug 431212] New: quota-nfs not functional with nfs-server
https://bugzilla.novell.com/show_bug.cgi?id=431212 Summary: quota-nfs not functional with nfs-server Product: openSUSE 11.0 Version: Final Platform: Other OS/Version: openSUSE 11.0 Status: NEW Severity: Minor Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: grok@tnt.pl QAContact: qa@suse.de Found By: --- Package quota-nfs currently requires nfs-server (userspace). This combination does not work well: 137.205.124.104:/storage/astro2 1.3T -417G 1.7T - /storage/astro2 (this is *not* a stale mount) # service quotad start Starting rquota daemon rpc.rquotad: Warning: Cannot open export table /var/lib/nfs/etab: No such file or directory (the files in warning above are only created by nfs-kernel-server) However, quota-nfs (installed with --nodeps) together with nfs-kernel-server works *perfectly*. Proposed fix: Change requirement of "nfs-server" to "nfs-kernel-server" in quota-nfs package. -- 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=431212 User grok@tnt.pl added comment https://bugzilla.novell.com/show_bug.cgi?id=431212#c1 --- Comment #1 from Jaroslaw Zachwieja <grok@tnt.pl> 2008-10-01 05:42:23 MDT --- Furthermore, with quota-nfs + nfs-server (userspace) the following errors are produced on clients: quota: Cannot resolve mountpoint path /storage/astro2: Protocol not supported -- 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=431212 Andreas Jaeger <aj@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |nadvornik@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=431212 User nadvornik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=431212#c2 Vladimir Nadvornik <nadvornik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anicka@novell.com Status|NEW |NEEDINFO Info Provider| |jack@novell.com --- Comment #2 from Vladimir Nadvornik <nadvornik@novell.com> 2008-10-03 08:51:51 MDT --- Is this combination supposed to work? -- 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=431212 User jack@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=431212#c3 Jan Kara <jack@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jack@novell.com Status|NEEDINFO |NEW Info Provider|jack@novell.com | --- Comment #3 from Jan Kara <jack@novell.com> 2008-10-06 05:56:09 MDT --- First to your question: In principle, there's no reason why quotas should not work with userspace NFS server. Now to the report above: The line: 137.205.124.104:/storage/astro2 1.3T -417G 1.7T - /storage/astro2 has nothing to do with quotas, does it? It's an output from df which is completely unrelated to quotas. The warning "Cannot open export table" should be harmless in this case - it just means that NFS pseudoroot (a path from which all path names should be resolved in NFSv4) is going to be set to / which is probably fine in case of userspace NFS. I'm a bit puzzled by "Cannot resolve mountpoint path /storage/astro2: Protocol not supported". It's also probably not connected to quotas since the "Protocol not supported" error is from realpath(3) call so probably libc internally tried to do stat or something like that and NFS was not able to cope with it. To better diagnose this, strace output of quota run would be useful. So to summarize, I don't think this has anything to do with quotas directly but rather NFS itself :). -- 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=431212 User grok@tnt.pl added comment https://bugzilla.novell.com/show_bug.cgi?id=431212#c4 --- Comment #4 from Jaroslaw Zachwieja <grok@tnt.pl> 2008-10-06 07:08:13 MDT --- Jan, I think you're right. The problem seems to be with the userspace nfs daemon. Perhaps there are limitations of the userspace server that I'm not aware of. Since I'm experiencing issues with it, and none with nfs-kernel-server, is it still possible to change the default requirement of quota-nfs to require the latter? This is why I filed is a quota package issue. The change is purely cosmetic -- I can simply --nodeps it and it works just fine. Which server is actually preferred one? User- or kernel-space? -- 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=431212 User nadvornik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=431212#c5 Vladimir Nadvornik <nadvornik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nadvornik@novell.com AssignedTo|nadvornik@novell.com |anicka@novell.com --- Comment #5 from Vladimir Nadvornik <nadvornik@novell.com> 2008-10-22 07:21:03 MDT --- kernelspace nfs is preferred, but userspace should probably work too. Anicka, can you please look if it can be fixed? I will change the dependencies, if not. -- 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=431212 User anicka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=431212#c6 Anna Bernathova <anicka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #6 from Anna Bernathova <anicka@novell.com> 2008-10-23 04:59:18 MDT --- I am going to take a look at it, but right now I can give at least qualified guess: whatever the reason for this problem is, it will be very hard to fix it in a nice way, like usually :-) Vladimir, I think that you should change the dependencies anyway, kernel nfs will surely work better than this package - if anyone uses userspace nfs, he should be sure what is he doing. I hope that we will be able to get rid of this package completely sooner or later. -- 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=431212 User anicka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=431212#c7 Anna Bernathova <anicka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |grok@tnt.pl --- Comment #7 from Anna Bernathova <anicka@novell.com> 2008-10-27 07:36:10 MDT --- I would like to investigate that "Cannot resolve mountpoint path /storag/astro2: Protocol not supported" error but it does not seem I can get it from my nfs-server easily. Could you please attach strace? -- 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=431212 User grok@warwick.ac.uk added comment https://bugzilla.novell.com/show_bug.cgi?id=431212#c8 --- Comment #8 from Jaroslaw Zachwieja <grok@warwick.ac.uk> 2008-10-31 07:34:37 MDT --- This happened on production system. Our next maintenance window is mid-november. I'll get back to you then. -- 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=431212 User nadvornik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=431212#c9 Vladimir Nadvornik <nadvornik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nfbrown@novell.com --- Comment #9 from Vladimir Nadvornik <nadvornik@novell.com> 2008-11-11 05:40:09 MST --- *** Bug 443670 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=443670 -- 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=431212 User nadvornik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=431212#c10 --- Comment #10 from Vladimir Nadvornik <nadvornik@novell.com> 2008-11-11 05:49:49 MST --- quota requirement was changed to "nfs-kernel-server" -- 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=431212 User grok@warwick.ac.uk added comment https://bugzilla.novell.com/show_bug.cgi?id=431212#c11 Jaroslaw Zachwieja <grok@warwick.ac.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|grok@warwick.ac.uk | Resolution| |FIXED --- Comment #11 from Jaroslaw Zachwieja <grok@warwick.ac.uk> 2008-11-11 06:01:03 MST --- I guess NEEDINFO is obsolete in this case. Hope you don't mind if I change status to FIXED. -- 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=431212 User pgnet.trash@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=431212#c12 pgnet _ <pgnet.trash@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pgnet.trash@gmail.com --- Comment #12 from pgnet _ <pgnet.trash@gmail.com> 2009-01-04 13:19:37 MST --- (In reply to comment #10 from Vladimir Nadvornik)
quota requirement was changed to "nfs-kernel-server"
*Where* is this fixed quota-nfs to be found? has it actually been committed? Installing on a new-install 11.0 system, it still removes nfs-kernel-server: uname -a Linux server 2.6.25.18-0.2-xen #1 SMP 2008-10-21 16:30:26 +0200 x86_64 x86_64 x86_64 GNU/Linux zypper info quota-nfs Repository: OS11-oss Name: quota-nfs Version: 3.16-24.1 Arch: x86_64 Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany grep baseurl /etc/zypp/repos.d/OS11-oss.repo baseurl=http://.../opensuse/distribution/11.0/repo/oss/ zypper in quota-nfs ... The following NEW packages are going to be installed: quota-nfs quota nfs-server libnl The following package is going to be REMOVED: nfs-kernel-server -- 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=431212 User pgnet.trash@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=431212#c13 --- Comment #13 from pgnet _ <pgnet.trash@gmail.com> 2009-01-08 12:07:30 MST --- Just for reference, This hass apparently been fixed in Factory repo, and, I've just learned, will not likely be backported into Release 11.0's repos. As mentioned above, an "rpm -i --nodeps ..." gets around the problem easily enough. -- 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