[Bugs] [Bug 1489043] New: The number of bytes of the quota specified in version 3.7 or later is incorrect

bugzilla at redhat.com bugzilla at redhat.com
Wed Sep 6 15:49:05 UTC 2017


https://bugzilla.redhat.com/show_bug.cgi?id=1489043

            Bug ID: 1489043
           Summary: The number of bytes of the quota specified in version
                    3.7 or later is incorrect
           Product: GlusterFS
           Version: 3.12
         Component: quota
          Severity: medium
          Assignee: bugs at gluster.org
          Reporter: piinapier at gmail.com
                CC: bugs at gluster.org



Description of problem:
The number of bytes specified in version 3.7 or later is incorrect. Therefore,
only 7711 quota settings can be registered.


How reproducible:
When 7711 or more quotas are registered, the following error occurs.

"quota.conf corrupted"


Additional info:

glusterfs/xlators/mgmt/glusterd/src/glusterd-quota.c
Line 927

while ((bytes_read = sys_read (src_fd, (void *)&buf, entry_sz)) > 0) {
    if (bytes_read % 16 != 0) {

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


More information about the Bugs mailing list