All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua West <jwest@brandeis.edu>
To: xen-devel@lists.xensource.com
Subject: Migrate/Save of 32-bit domU Broken on Xen 3.1.2 64-bit dom0
Date: Thu, 17 Jan 2008 21:21:41 -0500	[thread overview]
Message-ID: <47900D35.9000203@brandeis.edu> (raw)

Hey all,

So it looks like the xc_save utility has issues saving a 32-bit 
paravirtualized domU on a 64-bit dom0.  As a result, live migration of 
32-bit PV VM's (between 64-bit dom0's) also does not work.  However, I 
am able to "xm save" and "xm migrate" 64-bit PV domU's on those same 
64-bit dom0's without encountering issues.

Has anybody else run into save/migrate issues of 32-bit domU's on 64-bit 
dom0's?  Do you know of a fix or workaround?

The 32-bit domU's I'm working with have kernels which are compiled with 
PAE (HIGHMEM64G=y) support.  Additionally, both of these machines are of 
identical hardware configuration (Dell PowerEdge 1950's) and have been 
setup exactly the same.

Here is a snippit of output from /var/log/xen/xend.log:

#----------------------------------------------------------#
[2008-01-17 19:18:08 8353] DEBUG (XendCheckpoint:88) [xc_save]: 
/usr/lib64/xen/bin/xc_save 30 1 0 0 0
[2008-01-17 19:18:08 8353] DEBUG (XendCheckpoint:333) suspend
[2008-01-17 19:18:08 8353] DEBUG (XendCheckpoint:91) In saveInputHandler 
suspend
[2008-01-17 19:18:08 8353] DEBUG (XendCheckpoint:93) Suspending 1 ...
[2008-01-17 19:18:08 8353] DEBUG (XendDomainInfo:451) 
XendDomainInfo.shutdown(suspend)
[2008-01-17 19:18:08 8353] DEBUG (XendDomainInfo:991) 
XendDomainInfo.handleShutdownWatch
[2008-01-17 19:18:08 8353] DEBUG (XendDomainInfo:991) 
XendDomainInfo.handleShutdownWatch
[2008-01-17 19:18:08 8353] INFO (XendCheckpoint:98) Domain 1 suspended.
[2008-01-17 19:18:08 8353] INFO (XendDomainInfo:1179) Domain has 
shutdown: name=migrating-rhel5-test id=1 reason=suspend.
[2008-01-17 19:18:08 8353] DEBUG (XendCheckpoint:107) Written done
[2008-01-17 19:18:09 8353] INFO (XendCheckpoint:362) ERROR Internal 
error: Timed out waiting for frame list updated.
[2008-01-17 19:18:09 8353] INFO (XendCheckpoint:362) ERROR Internal 
error: Failed to map/save the p2m frame list
[2008-01-17 19:18:09 8353] INFO (XendCheckpoint:362) Save exit rc=1
[2008-01-17 19:18:09 8353] ERROR (XendCheckpoint:140) Save failed on 
domain rhel5-test (1).
Traceback (most recent call last):
  File "/usr/lib64/python2.4/site-packages/xen/xend/XendCheckpoint.py", 
line 109, in save
    forkHelper(cmd, fd, saveInputHandler, False)
  File "/usr/lib64/python2.4/site-packages/xen/xend/XendCheckpoint.py", 
line 350, in forkHelper
    raise XendError("%s failed" % string.join(cmd))
XendError: /usr/lib64/xen/bin/xc_save 30 1 0 0 0 failed
[2008-01-17 19:18:09 8353] DEBUG (XendDomainInfo:1793) 
XendDomainInfo.resumeDomain(1)
[2008-01-17 19:18:09 8353] DEBUG (XendCheckpoint:143) 
XendCheckpoint.save: resumeDomain
#----------------------------------------------------------#

I'm not sure if this is related, but I also see messages such as the 
following in "xm dmesg":
(XEN) event_channel.c:231:d3 EVTCHNOP failure: domain 1, error -17, line 231
(XEN) event_channel.c:231:d4 EVTCHNOP failure: domain 4, error -17, line 231

I suspect they're just a result of the save failures.

Any help would be *greatly* appreciated!

Thanks!

-- 
Joshua West
Systems Engineer
Brandeis University
http://www.brandeis.edu

             reply	other threads:[~2008-01-18  2:21 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-18  2:21 Joshua West [this message]
2008-01-18  6:01 ` Migrate/Save of 32-bit domU Broken on Xen 3.1.2 64-bit dom0 Kurt Hackel
2008-01-18 19:36   ` Joshua West
2008-01-18 22:05   ` Joshua West
2008-01-18 22:10     ` Keir Fraser
2008-01-18 22:13       ` Joshua West
2008-01-18 22:17         ` Keir Fraser
2008-01-18 23:05           ` Joshua West
2008-01-18 23:15             ` Keir Fraser
2008-01-18 23:21               ` Joshua West
2008-01-18 23:17             ` Dan Magenheimer
2008-01-18 23:24               ` Keir Fraser
2008-01-19  0:12                 ` Kurt Hackel
2008-01-20 21:28                   ` Joshua West
2008-01-21  7:59                     ` Keir Fraser
2008-02-04 21:08                   ` Migrate/Save of 32-bit domU Broken on Xen 3.1.264-bit dom0 Bruce Rogers
2008-01-18 23:29               ` Migrate/Save of 32-bit domU Broken on Xen 3.1.2 64-bit dom0 Joshua West
2008-01-18 23:32                 ` Joshua West
2008-01-19  8:04                 ` Keir Fraser

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47900D35.9000203@brandeis.edu \
    --to=jwest@brandeis.edu \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.