提交 fb2a2e26 编写于 作者: W Wen Congyang

save domain status after modifing vcpupin

We should save domain status after modifing vcpupin. If not,
we will get wrong vcpupin information after rebooting libvirtd.
上级 53d03ba8
......@@ -3126,6 +3126,8 @@ qemudDomainPinVcpuFlags(virDomainPtr dom,
}
}
if (virDomainSaveStatus(driver->caps, driver->stateDir, vm) < 0)
goto cleanup;
}
if (flags & VIR_DOMAIN_AFFECT_CONFIG) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册