提交 9933a6b2 编写于 作者: P Peter Krempa

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.
上级 aff6942c
...@@ -5428,6 +5428,7 @@ qemuDomainObjStart(virConnectPtr conn, ...@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册