[Bug 239552] Quotas on NFS shares broken (return: none) on 11.3-RELEASE

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 3 09:06:47 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239552

--- Comment #2 from Dani <i.dani at outlook.com> ---
I took some time and manually reverted base r336017 for FreeBSD 11.3, which
fixed the quota bug on NFS. As you can see below, the output of 11.3(unpatched)
is broken, while the patched system reports the correct quota queried from the
rquotad running on our NetApp Storage. As far as i can tell, this problem does
not exist when mounting an exported ufs-FS via NFS from an other FreeBSD host. 

Here are the outputs befor and after the revert:

== BEFOR revert (Original FreeBSD-11.3-p3) ==
[root at 113-original:~] 1 # quota -f /home/test01/ -u test01
Disk quotas for user test01 (uid 216426): none

[test01 at 113-original:~] $ quota|grep test01
Disk quotas for user test01 (uid 216426):
/home/test01  17083181722417594* 1330618343798705
45212120835836397535435945233days 8319591592418178159* 7935465087977743732
832080836963869527799576432257295days

[test01 at 113-original:~] $ quota -f /home/test01
Disk quotas for user test01 (uid 216426): none

== AFTER revert of base r336017 (Patched FreeBSD-11.3-p3) ==
[root at 113-patched:~] 1 # quota -f /home/test01/ -u test01
Disk quotas for user test01 (uid 216426):
Filesystem        usage    quota   limit   grace  files   quota  limit   grace
/home/test01    35484  524288000 524288000            434  600000 600000

[test01 at 113-patched:~] $ quota
Disk quotas for user test01 (uid 216426):
/home/test01    35484  524288000 524288000            434  600000 600000

[test01 at 113-patched:~] $ quota -f /home/test01
Disk quotas for user test01 (uid 216426):
Filesystem        usage    quota   limit   grace  files   quota  limit   grace
/home/test01    35484  524288000 524288000            434  600000 600000

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list