Comment 2 for bug 2038840

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

Reviewed: https://review.opendev.org/c/openstack/nova/+/898137
Committed: https://opendev.org/openstack/nova/commit/0b9d8cee580739e7a4e2a769e4d4e35110a6bc49
Submitter: "Zuul (22348)"
Branch: master

commit 0b9d8cee580739e7a4e2a769e4d4e35110a6bc49
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