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

Conversation

liranr23
Copy link
Member

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.

Bug-Url: https://bugzilla.redhat.com/2075037

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>
@ahadas ahadas merged commit 2af2c16 into oVirt:ovirt-engine-4.5.0.z Apr 14, 2022
@liranr23 liranr23 deleted the backport_migration_fix branch April 14, 2022 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants