Ensure transient def is removed if LXC start fails
When starting a container, newDef is initialized to a copy of 'def', but when startup fails newDef is never removed. This cause later attempts to use 'virDomainDefine' to lose the new data being defined. Signed-off-by: NDaniel P. Berrange <berrange@redhat.com> (cherry picked from commit 9d2bfc1c)
Showing
想要评论请 注册 或 登录