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

core: set correct policy when reseting cpu pinning string #523

Merged
merged 1 commit into from
Jul 13, 2022

Commits on Jul 12, 2022

  1. core: set correct policy when reseting cpu pinning string

    When we are importing a VM that is pinned to a host,
    and the host is not present in the cluster where
    the VM should be imported, the host pinning is cleared
    as well as the cpu pinning string. However, the cpu pinning
    policy was not updated and remained MANUAL causing the import
    to fail when inserting the VM into the database.
    
    This patch updates the cpu pinning policy to NONE when
    cpu pinning string is cleared during import.
    
    Bug-Url: https://bugzilla.redhat.com/2104115
    ljelinkova committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ad93f11 View commit details
    Browse the repository at this point in the history