Bug 1722801
Summary: | Incorrect power of two calculation in mem_pool_get_fn | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Nithya Balachandran <nbalacha> | |
Component: | core | Assignee: | Xavi Hernandez <jahernan> | |
Status: | CLOSED ERRATA | QA Contact: | Mugdha Soni <musoni> | |
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | rhgs-3.5 | CC: | amukherj, jahernan, nchilaka, rhs-bugs, sheggodu, storage-qa-internal, vdas | |
Target Milestone: | --- | Keywords: | Regression | |
Target Release: | RHGS 3.5.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-6.0-7 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1722802 (view as bug list) | Environment: | ||
Last Closed: | 2019-10-30 12:22:00 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 1722802, 1748774 | |||
Bug Blocks: | 1696809 |
Description
Nithya Balachandran
2019-06-21 11:10:11 UTC
*** Bug 1723889 has been marked as a duplicate of this bug. *** > Upstream patch: https://review.gluster.org/c/glusterfs/+/22921
Please backport this fix to downstream.
Steps performed to move the bug to verified: 1.Created pure replicate volume in 3.4.4 and 3.5.0 setup and fuse mounted it and created some files and dirs on it . 2.Took statedump of the gluster mount process. 3.Following is output for inode_t from 3.4.4 and 3.5.0 3.4.4 ######################### pool-name=inode_t active-count=66635 sizeof-type=168 padded-sizeof=256 size=17058560 shared-pool=0x7f626e494aa8 pool-name=inode_t active-count=1 sizeof-type=168 padded-sizeof=256 size=256 shared-pool=0x7f626e494aa8 3.5.0 ######################### pool-name=inode_t active-count=2929 sizeof-type=168 padded-sizeof=256 size=749824 shared-pool=0x7f6dcae44168 pool-name=inode_t active-count=1 sizeof-type=168 padded-sizeof=256 size=256 shared-pool=0x7f6dcae44168 Padded-size is 256 for this pool Do I need to check for all pools in the statedumps? Please,Let me know so that i can move the bug to verified. Thanks Mugdha Value for pool-name=dentry for 3.4.4 and 3.5.0 is mentioned below :- 3.4.4 ############################## pool-name=dentry_t active-count=0 sizeof-type=56 padded-sizeof=128 size=0 shared-pool=0x7f6ea44609e0 pool-name=dentry_t active-count=0 sizeof-type=56 padded-sizeof=128 size=0 shared-pool=0x7f6ea44609e0 3.5.5 ############################### pool-name=dentry_t active-count=2923 sizeof-type=56 padded-sizeof=128 size=374144 shared-pool=0x7f6dcae44140 pool-name=dentry_t active-count=0 sizeof-type=56 padded-sizeof=128 size=0 shared-pool=0x7f6dcae44140 The values match for pool-name=dentry and the other outputs are mentioned in comment#11 . Based on the outputs ,the bug is being moved to verified state. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2019:3249 |