[Bugs] [Bug 1390614] New: api: inode_table is too big

bugzilla at redhat.com bugzilla at redhat.com
Tue Nov 1 14:13:45 UTC 2016


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

            Bug ID: 1390614
           Summary: api: inode_table is too big
           Product: GlusterFS
           Version: mainline
         Component: libgfapi
          Assignee: bugs at gluster.org
          Reporter: kkeithle at redhat.com
        QA Contact: sdharane at redhat.com
                CC: bugs at gluster.org



Description of problem:

Pavel Cernohorsky sent email to gluster-users:

...
colleague of mine found out the problem is this line:

itable = inode_table_new (131072, new_subvol);

in glfs-master.c (graph_setup function). That hard-coded number is huge! And
looking at the history of Gluster sources, it seems that this number used to be
a number of bytes, but it became number of inodes, but someone forgot to change
this hard-coded value!
...



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

-- 
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