mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
qemu: Remove managed save flag from VM when starting with --force-boot
At the start of the guest after the image is unlinked the state wasn't touched up to match the state on disk.
This commit is contained in:
parent
aff6942c23
commit
9933a6b2fa
@ -5428,6 +5428,7 @@ qemuDomainObjStart(virConnectPtr conn,
|
||||
managed_save);
|
||||
goto cleanup;
|
||||
}
|
||||
vm->hasManagedSave = false;
|
||||
} else {
|
||||
ret = qemuDomainObjRestore(conn, driver, vm, managed_save,
|
||||
start_paused, bypass_cache);
|
||||
|
Loading…
Reference in New Issue
Block a user