Comment 3 for bug 2075959

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/2024.1)

Reviewed: https://review.opendev.org/c/openstack/nova/+/927110
Committed: https://opendev.org/openstack/nova/commit/f619311dd9b6d553371ca4cb911600fff6e6718d
Submitter: "Zuul (22348)"
Branch: stable/2024.1

commit f619311dd9b6d553371ca4cb911600fff6e6718d
Author: Stephen Finucane <email address hidden>
Date: Tue Aug 13 17:24:31 2024 +0100

    hardware: Correct log

    We currently get the following error message if attempting to fit a
    guest with hugepages on a node that doesn't have enough:

      Host does not support requested memory pagesize, or not enough free
      pages of the requested size. Requested: -2 kB

    Correct this, removing the kB suffix and adding a note on the meaning of
    the negative values, like we have for the success path.

    Change-Id: I247dc0ec03cd9e5a7b41f5c5534bdfb1af550029
    Signed-off-by: Stephen Finucane <email address hidden>
    Closes-Bug: #2075959
    (cherry picked from commit 4678bcbb064da580500b1dbeddb0bdfdeac074ef)