Comment 6 for bug 2038840

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

Reviewed: https://review.opendev.org/c/openstack/nova/+/901567
Committed: https://opendev.org/openstack/nova/commit/d7ea3a184bda264998d6e2f85aee17f01c4a45e2
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit d7ea3a184bda264998d6e2f85aee17f01c4a45e2
Author: Dan Smith <email address hidden>
Date: Thu Oct 12 12:12:53 2023 -0700

    Do not manage CPU0's state

    If cpu_power_management_strategy is "cpu_state" and CPU0 is in the
    dedicated set, we should just ignore it whenever we go to manage the
    state. Since CPU0 cannot be powered off, but may be otherwise suitable
    for the dedicated set, we can just skip it whenever we would normally
    go to power it up or down.

    Change-Id: I995c0953b361c7016bd77482fa2e2f276d239828
    Fixes-Bug: #2038840
    (cherry picked from commit 0b9d8cee580739e7a4e2a769e4d4e35110a6bc49)
    (cherry picked from commit 9cee58c6e4730fbc20534d73c710900203a30c57)