On Fri, Sep 19, 2025 at 5:44 PM Peter Krempa wrote:
> On Fri, Sep 19, 2025 at 17:09:08 +0800, yong.hu...@smartx.com wrote:
> > From: Hyman Huang
> >
> > Add a thorough check in the virDomainObjSave path to make sure that
> > private data in the status XML file always exists for the running VM
>
On Fri, Sep 19, 2025 at 17:09:08 +0800, yong.hu...@smartx.com wrote:
> From: Hyman Huang
>
> Add a thorough check in the virDomainObjSave path to make sure that
> private data in the status XML file always exists for the running VM
> so that we won't lose them after restart the service.
> ---
>
From: Hyman Huang
Add a thorough check in the virDomainObjSave path to make sure that
private data in the status XML file always exists for the running VM
so that we won't lose them after restart the service.
---
src/conf/domain_conf.c | 21 ++---
1 file changed, 18 insertions(+)