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

vm will be down when active snapshot does not have memory #653

Merged
merged 1 commit into from
Sep 15, 2022

Commits on Sep 14, 2022

  1. core: vm will be down when active snapshot does not have memory

    Previously, when trying-back/restoring a snapshot that doesn't have
    memory while the client requested to restore memory, the VM would
    have switched to Suspended state.
    
    Now, the VM is set to Suspended only when the active snapshot, the
    snapshot that was created by the trying-back/restore operation, is
    set with memory volumes. Otherwise, the VM is set to Down.
    
    See: oVirt/ovirt-web-ui#1629
    
    Signed-off-by: Arik Hadas <ahadas@redhat.com>
    ahadas committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    14588e5 View commit details
    Browse the repository at this point in the history