Attempting ''xm resume <domname>'' fails with a key error on ''domid'' in XendConfig _dominfo_to_xapi(). This exception occurs because the creation of a XendConfig instance using the sxp from lifecycle data of the resume''d domain doesn''t populate the necessary information as early as it is expected. I''ve attached a fix, although you may wish to address the sickness instead of just the symptoms, as this patch does. -Chris _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On my most recent patch submission to XendConfig.py I neglected to add: Signed-Off-By: Chris Bookholt <hap10@tycho.ncsc.mil> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Thu, 2006-12-07 at 09:49 -0500, Chris wrote:> On my most recent patch submission to XendConfig.py I neglected to add: > > Signed-Off-By: Chris Bookholt <hap10@tycho.ncsc.mil> >Hi Chris, Thanks for reporting the problem. But it turns out there was a mistake in XendCheckpoint.py that was passing a XendConfig instance rather than something the output from xc.domain_getinfo(). That is why domid and other fields were not present. So we fixed that instead in cs 12783. Cheers, Alastair _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel