WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] relocation time about 20sec? and yours?

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] relocation time about 20sec? and yours?
From: Javier Guerra <javier@xxxxxxxxxxx>
Date: Fri, 19 May 2006 12:26:53 -0500
Delivery-date: Fri, 19 May 2006 10:31:49 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20060519170705.GA16923@xxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <20060519170705.GA16923@xxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.9.1
On Friday 19 May 2006 12:07 pm, Martin Hierling wrote:
> i have running xen-3.0.2 and my migration time for DomU from Server A to
> Server B is about 20sec. The Servers A and B are connected over 1GBit/s
....
> The documentation states about some 60-300msec, so my qestion is:

you're comparing apples and oranges.  the 60-300msec figure is downtime, while 
your 20sec seems to be the whole migration time.

live migration is a complex operation, but most of it is done with the domU 
process still running, so it's not downtime (yet).

1) first it does some setup
2) then the whole RAM is copied (with some bandwith limitation, so the network 
isn't saturated).
3) any RAM pages that had been modified by the still running domU get copied 
again. 
4) repeat step 3 a few times, until Xen realizes it's not advancing much. 
5) suspend the domU, copy any remaining modified pages and resume the domU at 
the new host
6) send a few packets so any ethernet switch updates its MAC table

only steps 5-6 can be considered as downtime, it's the only time the domU 
wasn't running. the whole 1-6 time is a lot longer, but less impacting to a 
server availability

> How long takes it on your Servers to migrate a DomU from A to B, what kind
> of storrage do you use.

i think those 60-300msec tests were done both with FC and NBD

-- 
Javier

Attachment: pgp07RBtQemLn.pgp
Description: PGP signature

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>