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

Allow setting virtual NUMA nodes without host pinning #402

Merged
merged 1 commit into from Jun 9, 2022

Commits on Jun 8, 2022

  1. core: allow setting vnuma nodes without pinning

    This patch will allow setting via UI and API virtual NUMA nodes to a VM
    without having the VM pinned to a host. If a `numa_node_pin` is set, the
    scheduler will filter out hosts that won't fit to the NUMA pinning.
    Otherwise, the VM will start with the set amount of virtual NUMA nodes.
    
    Change-Id: Ia35a95babf3ae6b2d4713c809052be1d6ddede38
    Bug-Url: https://bugzilla.redhat.com/2081410
    Signed-off-by: Liran Rotenberg <lrotenbe@redhat.com>
    liranr23 committed Jun 8, 2022
    Copy the full SHA
    ac0b957 View commit details
    Browse the repository at this point in the history