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.
Bug 1582416 - virsh capabilities reports invalid values for 4K pages [rhel-7.4.z]
Summary: virsh capabilities reports invalid values for 4K pages [rhel-7.4.z]
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: libvirt
Version: 7.4
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: rc
: ---
Assignee: Michal Privoznik
QA Contact: Jing Qi
URL:
Whiteboard:
Depends On: 1569678
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-05-25 07:20 UTC by Oneata Mircea Teodor
Modified: 2022-07-09 09:57 UTC (History)
12 users (show)

Fixed In Version: libvirt-3.2.0-14.el7_4.11
Doc Type: Bug Fix
Doc Text:
The "virsh capabilities" command previously displayed an inaccurate number of 4 KiB memory pages on systems with very large amounts of memory. This update optimizes the memory diagnostic mechanism to ensure memory page numbers are displayed correctly on such systems.
Clone Of: 1569678
Environment:
Last Closed: 2018-06-26 16:22:48 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2018:2006 0 None None None 2018-06-26 16:23:47 UTC

Description Oneata Mircea Teodor 2018-05-25 07:20:09 UTC
This bug has been copied from bug #1569678 and has been proposed to be backported to 7.4 z-stream (EUS).

Comment 5 Jing Qi 2018-06-12 09:04:40 UTC
Verified with libvirt-3.2.0-14.virtcov.el7_4.11.x86_64
 version on RHEL7.4 (3.10.0-693.el7.x86_64). The data for 4K pages are correct.
   # virsh capabilities
        <cell id='0'>
          <memory unit='KiB'>16681308</memory>
          <pages unit='KiB' size='4'>2073175</pages>
          <pages unit='KiB' size='1048576'>8</pages>
          <distances>
            <sibling id='0' value='10'/>
            <sibling id='1' value='21'/>
          </distances>
          <cpus num='16'>
            <cpu id='0' socket_id='0' core_id='0' siblings='0,16'/>
            ...
          </cpus>
        </cell>
        <cell id='1'>
          <memory unit='KiB'>16777216</memory>
          <pages unit='KiB' size='4'>524288</pages>
          <pages unit='KiB' size='1048576'>14</pages>
          <distances>
            <sibling id='0' value='21'/>
            <sibling id='1' value='10'/>
          </distances>
          <cpus num='16'>
            <cpu id='1' socket_id='1' core_id='0' siblings='1,17'/>
            ...
          </cpus>
        </cell>
    
    #virsh freepages --all
        Node 0:
       4KiB: 1815163
      1048576KiB: 8

     Node 1:
     4KiB: 288599
     1048576KiB: 14

Comment 7 errata-xmlrpc 2018-06-26 16:22:48 UTC
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/RHSA-2018:2006


Note You need to log in before you can comment on or make changes to this bug.