[Bug 233849] [PATCH] r339008 broke repquota on UFS

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 28 11:18:05 UTC 2019


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

Andrey Linkevich <dl at CyberPunk.ru> changed:

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

--- Comment #6 from Andrey Linkevich <dl at 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                   
File  limits
User                                  used   soft   hard  grace     used   
soft    hard  grace
wheel                            -- 2385444      0      0      -    60633      
0       0      -

edquota/quotacheck/quota -gv uses normally.

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

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


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

Please commit this in STABLE branche.

Thanks a lot

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


More information about the freebsd-fs mailing list