All of lore.kernel.org
 help / color / mirror / Atom feed
From: Juergen Gross <juergen.gross@ts.fujitsu.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: Re: live migration question
Date: Tue, 31 Jan 2012 08:50:46 +0100	[thread overview]
Message-ID: <4F279D56.3030303@ts.fujitsu.com> (raw)
In-Reply-To: <4F26D2A8020000780006FF2F@nat28.tlf.novell.com>

On 01/30/2012 05:26 PM, Jan Beulich wrote:
>>>> On 30.01.12 at 13:24, Juergen Gross<juergen.gross@ts.fujitsu.com>  wrote:
>> To avoid this stall I tried to start a little daemon on the target machine
>> and watch for a new BS2000 domain to show up due to live migration. I wanted
>> to map the domain memory as soon as the needed mapping information located
>> in a fixed guest mfn was transferred. Discovery of the new domain works as
>> expected, but I'm not capable doing any memory mapping until the restore of
>> the domain is finished. The mapping ioctl using IOCTL_PRIVCMD_MMAP returns
>> EINVAL until xc_restore is finished (more or less).
>>
>> Why can xc_restore do the mapping while I can't? I know xc_restore is using
>> IOCTL_PRIVCMD_MMAPBATCH_V2, but I can't see a difference which should matter
>> between those two, as both are using the same hypercall to update the dom0
>> page tables.
> I cannot immediately think of a reason (and indeed the difference
> between the two is only how errors get handled), so I wonder
> whether you checked where the - pretty generic - -EINVAL is
> coming from. You also didn't mention whether any hypervisor log
> entries are associated with you failed attempts.

I'll start to add some logging to the hypervisor today.

No hypervisor logs were produced in my tests, despite of setting

debug=yes loglvl=all guest_loglvl=all

as boot parameters.

I've made an additional test using xm save/xm restore to see if the same
problem shows up. It does NOT. Mapping succeeds at once while restoring
memory is still running. I always thought xm restore and live migration on
the target machine are more or less the same. This seems not to be true.


Juergen

-- 
Juergen Gross                 Principal Developer Operating Systems
PDG ES&S SWE OS6                       Telephone: +49 (0) 89 3222 2967
Fujitsu Technology Solutions              e-mail: juergen.gross@ts.fujitsu.com
Domagkstr. 28                           Internet: ts.fujitsu.com
D-80807 Muenchen                 Company details: ts.fujitsu.com/imprint.html

  reply	other threads:[~2012-01-31  7:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-30 12:24 live migration question Juergen Gross
2012-01-30 16:26 ` Jan Beulich
2012-01-31  7:50   ` Juergen Gross [this message]
2012-01-31 12:42     ` Juergen Gross
2012-01-31 12:56       ` Keir Fraser
2012-01-31 13:58         ` Juergen Gross
2012-01-31 14:17           ` 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=4F279D56.3030303@ts.fujitsu.com \
    --to=juergen.gross@ts.fujitsu.com \
    --cc=JBeulich@suse.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.