All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua West <jwest@brandeis.edu>
To: Kurt Hackel <kurt.hackel@oracle.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: Migrate/Save of 32-bit domU Broken on Xen 3.1.2	64-bit dom0
Date: Fri, 18 Jan 2008 17:05:43 -0500	[thread overview]
Message-ID: <479122B7.6000401@brandeis.edu> (raw)
In-Reply-To: <20080118060148.GA11174@ca-server1.us.oracle.com>

Hi Kurt & Xen Developers,

I applied those two patches to Xen 3.1.3-rc1.  Unfortunately, the issue 
still persists.  xc_save fails and therefore save/migrate doesn't work.  
However, I did receive a different error message this time.  Here's the 
snippit from /var/log/xen/xend.log:

#----------------------------------------------------------#
[2008-01-18 16:57:06 6774] DEBUG (XendCheckpoint:88) [xc_save]: 
/usr/lib64/xen/bin/xc_save 24 1 0 0 0
[2008-01-18 16:57:06 6774] DEBUG (XendCheckpoint:333) suspend
[2008-01-18 16:57:06 6774] DEBUG (XendCheckpoint:91) In saveInputHandler 
suspend
[2008-01-18 16:57:06 6774] DEBUG (XendCheckpoint:93) Suspending 1 ...
[2008-01-18 16:57:06 6774] DEBUG (XendDomainInfo:451) 
XendDomainInfo.shutdown(suspend)
[2008-01-18 16:57:06 6774] DEBUG (XendDomainInfo:991) 
XendDomainInfo.handleShutdownWatch
[2008-01-18 16:57:06 6774] DEBUG (XendDomainInfo:991) 
XendDomainInfo.handleShutdownWatch
[2008-01-18 16:57:06 6774] INFO (XendDomainInfo:1179) Domain has 
shutdown: name=migrating-rhel5-test id=1 reason=suspend.
[2008-01-18 16:57:06 6774] INFO (XendCheckpoint:98) Domain 1 suspended.
[2008-01-18 16:57:06 6774] DEBUG (XendCheckpoint:107) Written done
[2008-01-18 16:57:06 6774] INFO (XendCheckpoint:362) Had 0 unexplained 
entries in p2m table
[2008-01-18 16:57:08 6774] INFO (XendCheckpoint:362) Saving memory 
pages: iter 1  15%ERROR Internal error: Fatal PT race (pfn 853, type 
20000000)
[2008-01-18 16:57:08 6774] INFO (XendCheckpoint:362) Save exit rc=1
[2008-01-18 16:57:08 6774] 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 24 1 0 0 0 failed
[2008-01-18 16:57:08 6774] DEBUG (XendDomainInfo:1802) 
XendDomainInfo.resumeDomain(1)
[2008-01-18 16:57:08 6774] DEBUG (XendCheckpoint:143) 
XendCheckpoint.save: resumeDomain
#----------------------------------------------------------#

Just to make sure the patches aren't the cause of this new error 
message, I'm going to see what happens with Xen 3.1.3-rc1 w/o patches.

Kurt, Keir, everybody else... any ideas as to why "xm save" (and thus 
"xm migrate") of 32-bit domU's does not work on 64-bit dom0's?  Has 
anybody found this to be successful in the past?

Thanks.

Kurt Hackel wrote:
> Hi Joshua,
>
> Can you try the two attached patches?  This should apply to 3.1.3-pre.
> These take care of the 32-bit dom0/64-bit domU case, but also should
> have some affect on your 64-bit dom0/32-bit domU.  
>
> Thanks
> kurt
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>   


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

  parent reply	other threads:[~2008-01-18 22:05 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-18  2:21 Migrate/Save of 32-bit domU Broken on Xen 3.1.2 64-bit dom0 Joshua West
2008-01-18  6:01 ` Kurt Hackel
2008-01-18 19:36   ` Joshua West
2008-01-18 22:05   ` Joshua West [this message]
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=479122B7.6000401@brandeis.edu \
    --to=jwest@brandeis.edu \
    --cc=kurt.hackel@oracle.com \
    --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.