Comment 8 for bug 1813325

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to config (master)

Reviewed: https://review.opendev.org/661987
Committed: https://git.openstack.org/cgit/starlingx/config/commit/?id=9a1ddaa291493226a3e282781c4409665c849161
Submitter: Zuul
Branch: master

commit 9a1ddaa291493226a3e282781c4409665c849161
Author: Tao Liu <email address hidden>
Date: Wed May 29 09:45:48 2019 -0400

    Account for vswitch hugepage count on memory modify

    This commit fixes a bug which can occur if a user tries to claim
    the entirety of available memory for VM hugepage usage.

    This update restructures the huge pages semantic check and
    combines VM and vswitch check. All user request huge pages
    (including 2M, 1G and vswitch) are validated against the
    last reported total possible huge pages.

    Change-Id: I5ac7883416b3128106ee20a27f4a35046ccabfb7
    Closes-Bug: 1813325
    Signed-off-by: Tao Liu <email address hidden>
    Co-authored-by: Steven Webster <email address hidden>