Date: Tue, 03 Sep 2019 09:06:46 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 239552] Quotas on NFS shares broken (return: none) on 11.3-RELEASE Message-ID: <bug-239552-227-Tr2iqfg02z@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-239552-227@https.bugs.freebsd.org/bugzilla/> References: <bug-239552-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239552 --- Comment #2 from Dani <i.dani@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@113-original:~] 1 # quota -f /home/test01/ -u test01 Disk quotas for user test01 (uid 216426): none [test01@113-original:~] $ quota|grep test01 Disk quotas for user test01 (uid 216426): /home/test01 17083181722417594* 1330618343798705 45212120835836397535435945233days 8319591592418178159* 7935465087977743732 832080836963869527799576432257295days [test01@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@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@113-patched:~] $ quota Disk quotas for user test01 (uid 216426): /home/test01 35484 524288000 524288000 434 600000 600000 [test01@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239552-227-Tr2iqfg02z>
