Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionAlexander Sauta
2016-11-23 09:38:09 UTC
Description of problem:
numstat -m show twice the amount of HugePages then there actually are:
# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.8 (Santiago)
# uname -a
Linux <server> 2.6.32-642.11.1.el6.x86_64 #1 SMP Wed Oct 26 10:25:23 EDT 2016 x86_64 x86_64 x86_64 GNU/Linux
# numastat -V
numastat version: 20130723: May 22 2014
# sysctl vm.nr_hugepages
vm.nr_hugepages = 90000
# grep Huge /sys/devices/system/node/node{0,1}/meminfo
/sys/devices/system/node/node0/meminfo:Node 0 HugePages_Total: 45000
/sys/devices/system/node/node0/meminfo:Node 0 HugePages_Free: 24942
/sys/devices/system/node/node0/meminfo:Node 0 HugePages_Surp: 0
/sys/devices/system/node/node1/meminfo:Node 1 HugePages_Total: 45000
/sys/devices/system/node/node1/meminfo:Node 1 HugePages_Free: 3754
/sys/devices/system/node/node1/meminfo:Node 1 HugePages_Surp: 0
# numastat -m | grep Huge
HugePages_Total 90000.00 90000.00 180000.00 # <--
HugePages_Free 49884.00 7508.00 57392.00 # <--
HugePages_Surp 0.00 0.00 0.00
So I have 90000 of HP configured, 45000 for each node, whilst numastat shows 90000 per node or 180000 total
Version-Release number of selected component (if applicable):
numastat version: 20130723: May 22 2014
How reproducible:
100%
Actual results:
numastat shows double the amount of total huge pages
Expected results:
the same total amount of Huge Pages in numastat -m and /proc/meminfo
Red Hat Enterprise Linux 6 is in the Production 3 Phase. During the Production 3 Phase, Critical impact Security Advisories (RHSAs) and selected Urgent Priority Bug Fix Advisories (RHBAs) may be released as they become available.
The official life cycle policy can be reviewed here:
http://redhat.com/rhel/lifecycle
This issue does not meet the inclusion criteria for the Production 3 Phase and will be marked as CLOSED/WONTFIX. If this remains a critical requirement, please contact Red Hat Customer Support to request a re-evaluation of the issue, citing a clear business justification. Note that a strong business justification will be required for re-evaluation. Red Hat Customer Support can be contacted via the Red Hat Customer Portal at the following URL:
https://access.redhat.com/
Description of problem: numstat -m show twice the amount of HugePages then there actually are: # cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.8 (Santiago) # uname -a Linux <server> 2.6.32-642.11.1.el6.x86_64 #1 SMP Wed Oct 26 10:25:23 EDT 2016 x86_64 x86_64 x86_64 GNU/Linux # numastat -V numastat version: 20130723: May 22 2014 # sysctl vm.nr_hugepages vm.nr_hugepages = 90000 # grep Huge /sys/devices/system/node/node{0,1}/meminfo /sys/devices/system/node/node0/meminfo:Node 0 HugePages_Total: 45000 /sys/devices/system/node/node0/meminfo:Node 0 HugePages_Free: 24942 /sys/devices/system/node/node0/meminfo:Node 0 HugePages_Surp: 0 /sys/devices/system/node/node1/meminfo:Node 1 HugePages_Total: 45000 /sys/devices/system/node/node1/meminfo:Node 1 HugePages_Free: 3754 /sys/devices/system/node/node1/meminfo:Node 1 HugePages_Surp: 0 # numastat -m | grep Huge HugePages_Total 90000.00 90000.00 180000.00 # <-- HugePages_Free 49884.00 7508.00 57392.00 # <-- HugePages_Surp 0.00 0.00 0.00 So I have 90000 of HP configured, 45000 for each node, whilst numastat shows 90000 per node or 180000 total Version-Release number of selected component (if applicable): numastat version: 20130723: May 22 2014 How reproducible: 100% Actual results: numastat shows double the amount of total huge pages Expected results: the same total amount of Huge Pages in numastat -m and /proc/meminfo