[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] Re: Live migration-delay in gratuitous arp


  • To: Jordan Pittier <jordan.pittier@xxxxxxxxx>
  • 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
  • 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=
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.