Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2019 11:18:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        fs@FreeBSD.org
Subject:   [Bug 233849] [PATCH] r339008 broke repquota on UFS
Message-ID:  <bug-233849-3630-eLBmmhNwS9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233849-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233849-3630@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=3D233849

Andrey Linkevich <dl@CyberPunk.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dl@CyberPunk.ru

--- Comment #6 from Andrey Linkevich <dl@CyberPunk.ru> ---
Hello

FreeBSD FreeBSD 12.0-STABLE r344111 GENERIC  amd64

We are use groupquota.

repquota return data about only wheel group

# repquota -g /mnt/hosting
                                           Block  limits=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20
File  limits
User                                  used   soft   hard  grace     used=20=
=20=20
soft    hard  grace
wheel                            -- 2385444      0      0      -    60633=
=20=20=20=20=20=20
0       0      -

edquota/quotacheck/quota -gv uses normally.

If yor execute quotaoff -a , everything works fine - repquota return data a=
bout
all group.

# repquota -g /mnt/hosting
                                           Block  limits=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20
File  limits
User                                  used   soft   hard  grace     used=20=
=20=20
soft    hard  grace
wheel                            -- 2385444      0      0      -    60633=
=20=20=20=20=20=20
0       0      -
operator                         --    192      0      0      -        1=20=
=20=20=20=20=20
0       0      -
staff                            -- 328876      0      0      -    19568=20=
=20=20=20=20=20
0       0      -
www                              --   1240      0      0      -       29=20=
=20=20=20=20=20
0       0      -
mariadb                          -- 3653288      0      0      -      948=
=20=20=20=20=20=20
0       0      -


Patch https://reviews.freebsd.org/D18785 helped us.

Please commit this in STABLE branche.

Thanks a lot

--=20
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-233849-3630-eLBmmhNwS9>