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

Fix wrong dedicated migration assignments #276

Merged
merged 1 commit into from
Apr 14, 2022

Commits on Apr 14, 2022

  1. core: fix wrong dedicated migration assignments

    When invoking a migration the `cpusets` is sent to VDSM as a list. The
    index of each list represents the virtual CPU and the value is the
    physical CPU we are taking. Sorting the values is wrong, as it results a
    wrong mapping, causing split cores and split sockets.
    
    Change-Id: Ib5d2d178557fa3f9e0130325f52e8cf6e8a04970
    Bug-Url: https://bugzilla.redhat.com/2075037
    Signed-off-by: Liran Rotenberg <lrotenbe@redhat.com>
    liranr23 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    dddc24f View commit details
    Browse the repository at this point in the history