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

[Xen-users] Automatically broadcast arp during a live migration.

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Automatically broadcast arp during a live migration.
From: "Michael Marineau" <mike@xxxxxxxxxxxx>
Date: Fri, 19 Jan 2007 17:35:19 -0800
Delivery-date: Fri, 19 Jan 2007 17:35:39 -0800
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=WtPUDoRw9HigvbWdi/CfhNX7mIf9IyrsPHCINPXR5x216VEKR5BypgHqamPb3tdF/NO0jwHni4fToy56hVBKVnM8kdY0u5XCtjjgFwiUuJFtCpwKmJ6EgB19CXy+3c4PoCA8kLl6dycFShnBFRkX7KQiWGYnejsjChxaltjgwYM=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I am using Xen 3.0.4 on Gentoo. During a vm migration there is not an
automatic arp broadcast to notify the switch the vm has changed
network ports. This is not an issue if the vm is sending traffic at
the time or another system sends an arp broadcast requesting the
address for the vm. Both of which will cause the switch to update
which port the vm is on. However if neither of those things happen all
traffic to the vm will stall.

An easy way to demonstrate this is to start arping (from somewhere
other than the destination dom0) before the migration, ie:
arping <vm ip address>
As soon as the migration finishes pings will stop.

An easy workaround is to do the same thing, but broadcast all pings so
the switches arp cache doesn't prevent the delivery of the ping.
arping -b <vm ip address>

So my questions are:
Is Xend supposed to handle this issue automatically but for some reason is not?
And if it isn't supposed to is there a good place to hook this into
Xend so it does handle it?

--
Michael Marineau
Oregon State University
mike@xxxxxxxxxxxx

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>