From owner-freebsd-bugs@freebsd.org Tue Sep 3 09:06:47 2019 Return-Path: Delivered-To: freebsd-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 586E8D36EB for ; Tue, 3 Sep 2019 09:06:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 46N1Kg1jqFz44Kl for ; Tue, 3 Sep 2019 09:06:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 39207D36EA; Tue, 3 Sep 2019 09:06:47 +0000 (UTC) Delivered-To: bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 38E57D36E9 for ; Tue, 3 Sep 2019 09:06:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46N1Kg0lx4z44Kk for ; Tue, 3 Sep 2019 09:06:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F10904EB for ; Tue, 3 Sep 2019 09:06:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x8396kvu086770 for ; Tue, 3 Sep 2019 09:06:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x8396kQo086761 for bugs@FreeBSD.org; Tue, 3 Sep 2019 09:06:46 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 239552] Quotas on NFS shares broken (return: none) on 11.3-RELEASE Date: Tue, 03 Sep 2019 09:06:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.3-RELEASE X-Bugzilla-Keywords: needs-qa, regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: i.dani@outlook.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable11? mfc-stable12? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2019 09:06:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239552 --- Comment #2 from Dani --- 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(unpatc= hed) 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 d= oes not exist when mounting an exported ufs-FS via NFS from an other FreeBSD ho= st.=20 Here are the outputs befor and after the revert: =3D=3D BEFOR revert (Original FreeBSD-11.3-p3) =3D=3D [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 =3D=3D AFTER revert of base r336017 (Patched FreeBSD-11.3-p3) =3D=3D [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 gr= ace /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 gr= ace /home/test01 35484 524288000 524288000 434 600000 600000 --=20 You are receiving this mail because: You are the assignee for the bug.=