Matt Ayres
2006-Mar-14 12:33 UTC
[Xen-devel] xm save - not working on 32-bit PAE host (-testing)
Hi, "xm save domID savefile" will create a file around 715 bytes long and then just sit there forever. This is with the latest 3.0-testing. 1) Is this a known issue? If it is, is it fixed in -unstable yet? 2) If it is not a known issue, what is required on my end to help the progress of getting the save feature fixed? Thank you, Matt Ayres _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Matt Ayres
2006-Mar-14 12:55 UTC
Re: [Xen-devel] xm save - not working on 32-bit PAE host (-testing)
Matt Ayres wrote:> Hi, > > "xm save domID savefile" will create a file around 715 bytes long and > then just sit there forever. This is with the latest 3.0-testing. > > 1) Is this a known issue? If it is, is it fixed in -unstable yet? > 2) If it is not a known issue, what is required on my end to help the > progress of getting the save feature fixed? >This is the same bug as in http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=378. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ewan Mellor
2006-Mar-14 17:04 UTC
Re: [Xen-devel] xm save - not working on 32-bit PAE host (-testing)
On Tue, Mar 14, 2006 at 07:33:04AM -0500, Matt Ayres wrote:> Hi, > > "xm save domID savefile" will create a file around 715 bytes long and > then just sit there forever. This is with the latest 3.0-testing. > > 1) Is this a known issue? If it is, is it fixed in -unstable yet? > 2) If it is not a known issue, what is required on my end to help the > progress of getting the save feature fixed?Having just poked around your system, Matt, it turns out that you''ve turned off CONFIG_HOTPLUG_CPU when compiling your guest. CONFIG_HOTPLUG_CPU is required for save/restore; you actually get a message to that effect on the guest''s console when you try to suspend the guest. It would be nice if the tools recognised the failure, and didn''t just hang. Feel free to file a bug to that effect. As it is, this is "expected behaviour" at the moment. Cheers, Ewan. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Matt Ayres
2006-Mar-14 17:16 UTC
Re: [Xen-devel] xm save - not working on 32-bit PAE host (-testing)
Ewan Mellor wrote:> On Tue, Mar 14, 2006 at 07:33:04AM -0500, Matt Ayres wrote: > >> Hi, >> >> "xm save domID savefile" will create a file around 715 bytes long and >> then just sit there forever. This is with the latest 3.0-testing. >> >> 1) Is this a known issue? If it is, is it fixed in -unstable yet? >> 2) If it is not a known issue, what is required on my end to help the >> progress of getting the save feature fixed? > > Having just poked around your system, Matt, it turns out that you''ve turned > off CONFIG_HOTPLUG_CPU when compiling your guest. CONFIG_HOTPLUG_CPU is > required for save/restore; you actually get a message to that effect on the > guest''s console when you try to suspend the guest. > > It would be nice if the tools recognised the failure, and didn''t just hang. > Feel free to file a bug to that effect. As it is, this is "expected > behaviour" at the moment. >Thanks Ewan! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Matt Ayres
2006-Mar-14 17:43 UTC
Re: [Xen-devel] xm save - not working on 32-bit PAE host (-testing)
Matt Ayres wrote:> > > Ewan Mellor wrote:>> Feel free to file a bug to that effect. As it is, this is "expected >> behaviour" at the moment. >>bugzilla id #571 has been filed. Thanks, Matt _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel