Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reset NUMA configuration with resize and pin VM #504

Merged
merged 1 commit into from
Jul 21, 2022

Commits on Jul 21, 2022

  1. core: reset numa configuration with resize and pin

    When running a `Resize and Pin NUMA` VM, we create the virtual NUMA
    nodes including the pinning to the physical NUMA nodes of the host.
    This is a static configuration that being set on the VM.
    Until now, this configuration harmed many flows to update the VM
    configuration and a manual workaround needed to overcome it. Now the
    NUMA configuration will be deleted once the VM shutdown and when
    updating the VM, it will see the current configuration as there is no
    NUMA to that VM.
    
    Change-Id: I7d6e8200e7830dc6903a76ac219225fa359d2c53
    Bug-Url: https://bugzilla.redhat.com/2074525
    Signed-off-by: Liran Rotenberg <lrotenbe@redhat.com>
    liranr23 committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    13a6922 View commit details
    Browse the repository at this point in the history