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] Re: Live migration-delay in gratuitous arp

To: Jordan Pittier <jordan.pittier@xxxxxxxxx>
Subject: Re: [Xen-users] Re: Live migration-delay in gratuitous arp
From: Virajith Jalaparti <virajith.j@xxxxxxxxx>
Date: Thu, 13 Jan 2011 13:26:00 -0600
Cc: Xen User-List <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Thu, 13 Jan 2011 11:27:10 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=l77ccjxtMVkr0/Q41bEKbz/fOefg7i71Rkd+6wD6o+4=; b=UVfH7bYarzzMCefe/pw5oRpa7s2EzXi1v17LwUiJhq9/pK8C7VFVL8oOc3fPsj5VBG zLLJHEVcGUv1d8hxFZ8PA1jmPp9IrlcWc/9ZIIDBXdJfy3Hhj5dqwQHZU/KwZqhFcLv1 rmtO6mdha8rAA/XX2hRRS8dHJnCFqmML7gaKM=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=WlPjOhvBXIa/CbygkzNgLh8erI/AvIB3n9pGjtp6AWmGfsHGzDgDHakb7YcpgQumy+ apxGtuYLXoMft+KNZqN3hK7xG9shcxphSJbGF0b/5T4B4SqI0HMvJnxZHKY6wp9ndbh4 mcacIHSvIAp1tScCw/ILN9J7PqAaZlXq9AHTQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTimMz4PhkjnUTPng0W8Vqy60D4pNdRgn5Qbc=SFg@xxxxxxxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <AANLkTimMz4PhkjnUTPng0W8Vqy60D4pNdRgn5Qbc=SFg@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.24 (X11/20101027)
I had tried something similar earlier but it did not work. When even I run the script you sent, the atleast 10-15 of the consecutive pings don't receive any replies. I guess this implies that some thing is wrong with the ARP sending mechanism of the VM. Apparently, this issue was discussed earlier at http://lists.xensource.com/archives/html/xen-devel/2007-03/msg00268.html and they say that this is a bug in Xen-3.0.3 which is the version in the repos of CentOS 5.5.

Virajith

Jordan Pittier wrote:
Hello,
Try to run the following script from *another* dom0 in the same LAN. This script could be considered as an "hack" to update the CAM table of the switch :
#!/bin/bash
if [ -z "$1" ]; then
  echo "Error: give the DomU IP to ping as parameter."
  exit 1
fi
HOSTNAME=$1
while /bin/true;do
        /sbin/ip neigh flush all &>/dev/null
ping -c1 -w1 $HOSTNAME sleep 0.2
done

Jordan


------------------------------------------------------------------------

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

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

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