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

engine: Fix update cluster with numa VMs #662

Merged
merged 1 commit into from
Sep 29, 2022

Conversation

ljelinkova
Copy link
Contributor

When editing a cluster's CPU or version, an update of the underlying VMs and templates is performed.
If any of them has numa enabled, the update cluster command would fail because paramters's updateNuma = null is changed to updateNuma = true in UpdateVmCommand.

Tnis patch makes it explicit that we are not updating the numa by setting updateNuma = false parameter.

When editing a cluster's CPU or version, an update
of the underlying VMs and templates is performed.
If any of them has numa enabled, the update cluster command
would fail because paramters's updateNuma = null is
changed to updateNuma = true in UpdateVmCommand.

Tnis patch makes it explicit that we are not updating
the numa by setting updateNuma = false parameter.
@ljelinkova
Copy link
Contributor Author

/ost

@ljelinkova ljelinkova merged commit ff14c88 into oVirt:master Sep 29, 2022
@ljelinkova ljelinkova deleted the update-cluster-numa-vm branch November 7, 2022 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot update cluster's CPU or version if there are VMs with NUMA
3 participants