http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=367
Summary: domU could not be saved in IA32E
Product: Xen
Version: unstable
Platform: x86-64
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Tools
AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
ReportedBy: ping.y.yu@xxxxxxxxx
Environment:
------------
Service OS (ia32/ia32e/IA64): ia32e
Guest OS (ia32/ia32e/IA64): ia32/ia32e
hg no: 7475
Bug detailed description:
--------------------------
when save domU in IA32e, an error will be printed:
"Error: /usr/lib64/xen/bin/xc_save 15 18 11 0 0 0 failed: error unknown"
and the domain will be kept
Reproduce steps:
----------------
(1)service OS boot
(2)xend start
(3)xm create
(4)xm save
Current result:
----------------
In IA32e, domU could not be saved
Expected result:
----------------
saved
Basic root-causing log:
----------------------
[2005-10-28 15:41:50 xend] INFO (XendDomain:349) Domain ExampleDomaindomU02
(11) unpaused.
[2005-10-28 15:44:23 xend] DEBUG (XendCheckpoint:73)
[xc_save]: /usr/lib64/xen/bin/xc_save 15 18 11 0 0 0
[2005-10-28 15:44:23 xend] ERROR (XendCheckpoint:91) Save failed on domain
ExampleDomaindomU02 (11).
Traceback (most recent call last):
File "/usr/lib64/python/xen/xend/XendCheckpoint.py", line 85, in save
forkHelper(cmd, fd, saveInputHandler, False)
File "/usr/lib64/python/xen/xend/XendCheckpoint.py", line 216, in forkHelper
raise XendError("%s failed: %s" % (string.join(cmd), lasterr))
XendError: /usr/lib64/xen/bin/xc_save 15 18 11 0 0 0 failed: error unknown
[2005-10-28 15:46:17 xend] DEBUG (XendCheckpoint:73)
[xc_save]: /usr/lib64/xen/bin/xc_save 15 18 11 0 0 0
[2005-10-28 15:46:17 xend] ERROR (XendCheckpoint:91) Save failed on domain
ExampleDomaindomU02 (11).
Traceback (most recent call last):
File "/usr/lib64/python/xen/xend/XendCheckpoint.py", line 85, in save
forkHelper(cmd, fd, saveInputHandler, False)
File "/usr/lib64/python/xen/xend/XendCheckpoint.py", line 216, in forkHelper
raise XendError("%s failed: %s" % (string.join(cmd), lasterr))
XendError: /usr/lib64/xen/bin/xc_save 15 18 11 0 0 0 failed: error unknown
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|