mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-05 12:35:20 +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);
|
managed_save);
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
vm->hasManagedSave = false;
|
||||||
} else {
|
} else {
|
||||||
ret = qemuDomainObjRestore(conn, driver, vm, managed_save,
|
ret = qemuDomainObjRestore(conn, driver, vm, managed_save,
|
||||||
start_paused, bypass_cache);
|
start_paused, bypass_cache);
|
||||||
|
Loading…
Reference in New Issue
Block a user