<div dir="auto">Thanks, have a nice long weekend<div dir="auto">Ignazio</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il Ven 1 Mag 2020, 18:47 Sean Mooney <<a href="mailto:smooney@redhat.com">smooney@redhat.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, 2020-05-01 at 18:34 +0200, Ignazio Cassano wrote:<br>
> Hello Sean,<br>
> to be honest I did not understand what is the difference between the first<br>
> and second patch but it is due to my poor skill and my poor english.<br>
no worries. the first patch is the actual change to add the new config option.<br>
the second patch is just a change to force our ci jobs to enable the config option<br>
we proably dont want to do that permently which is why i have marked it [DNM] or "do not merge"<br>
so it just there to prove the first patch is correct.<br>
<br>
> Anycase I would like to test it. I saw I can download files :<br>
> workaround.py and neutron.py and there is a new option<br>
> force_legacy_port_binding.<br>
> How can I test?<br>
> I must enable the new option under workaround section in the in nova.conf<br>
> on compute nodes setting  it to true?<br>
yes that is correct if you apply the first patch you need to set the new config<br>
option in the workarouds section in the nova.conf on the contoler.specifcally the conductor<br>
needs to have this set. i dont think this is needed on the compute nodes at least it should not<br>
need to be set in the compute node nova.conf for the live migration issue.<br>
<br>
> The files downloaded (from first or secondo patch?) must be copied on<br>
> compute nodes under /usr/lib/python2.7/site_packages<br>
> nova/conf/workaround.py and nova/network/neutron.py and then restart nova<br>
> compute service?<br>
<br>
once we have merged this in master ill backport it to the different openstack version back to rocky<br>
if you want to test it before then the simpelest thing to do is just manually make the same change<br>
unless you are using devstack in which case you could cherry pick the cange to whatever branch you are testing.<br>
<br>
> It should work only for new instances or also for running instances?<br>
<br>
it will apply to all instances. what the cange is doing is disabling our detection of<br>
neutron supprot for the multiple port binding workflow. we still have compatibility code for supporting old version of<br>
neutron. we proably shoudl remove that at some point but when the config option is set we will ignore if you are using<br>
old or new neutorn and just fall back to how we did things before rocky.<br>
<br>
in principal that should make live migration have more packet loss but since people have reproted it actully fixes the<br>
issue in this case i have written the patch so you can opt in to the old behaviour.<br>
<br>
if that work for you in your testing we can continue to keep the workaround and old compatibility code until we resolve<br>
the issue when using the multiple port binding flow.<br>
> Sorry for disturbing.<br>
<br>
dont be sorry it fine to ask questions although just be aware its a long weekend so i will not be working monday<br>
but i should be back on tuseday ill update the patch then with a  release note and a unit test and hopefully i can get<br>
some cores to review it.<br>
> Best Regards<br>
> Ignazio<br>
> <br>
> <br>
> Il Mer 29 Apr 2020, 19:49 Sean Mooney <<a href="mailto:smooney@redhat.com" target="_blank" rel="noreferrer">smooney@redhat.com</a>> ha scritto:<br>
> <br>
> > On Wed, 2020-04-29 at 17:10 +0200, Ignazio Cassano wrote:<br>
> > > Many thanks.<br>
> > > Please keep in touch.<br>
> > <br>
> > here are the two patches.<br>
> > the first <a href="https://review.opendev.org/#/c/724386/" rel="noreferrer noreferrer" target="_blank">https://review.opendev.org/#/c/724386/</a> is the actual change to<br>
> > add the new config opition<br>
> > this needs a release note and some tests but it shoudl be functional hence<br>
> > the [WIP]<br>
> > i have not enable the workaround in any job in this patch so the ci run<br>
> > will assert this does not break<br>
> > anything in the default case<br>
> > <br>
> > the second patch is <a href="https://review.opendev.org/#/c/724387/" rel="noreferrer noreferrer" target="_blank">https://review.opendev.org/#/c/724387/</a> which enables<br>
> > the workaround in the multi node ci jobs<br>
> > and is testing that live migration exctra works when the workaround is<br>
> > enabled.<br>
> > <br>
> > this should work as it is what we expect to happen if you are using a<br>
> > moderne nova with an old neutron.<br>
> > its is marked [DNM] as i dont intend that patch to merge but if the<br>
> > workaround is useful we migth consider enableing<br>
> > it for one of the jobs to get ci coverage but not all of the jobs.<br>
> > <br>
> > i have not had time to deploy a 2 node env today but ill try and test this<br>
> > locally tomorow.<br>
> > <br>
> > <br>
> > <br>
> > > Ignazio<br>
> > > <br>
> > > Il giorno mer 29 apr 2020 alle ore 16:55 Sean Mooney <<a href="mailto:smooney@redhat.com" target="_blank" rel="noreferrer">smooney@redhat.com</a><br>
> > > <br>
> > > ha scritto:<br>
> > > <br>
> > > > so bing pragmatic i think the simplest path forward given my other<br>
> > <br>
> > patches<br>
> > > > have not laned<br>
> > > > in almost 2 years is to quickly add a workaround config option to<br>
> > <br>
> > disable<br>
> > > > mulitple port bindign<br>
> > > > which we can backport and then we can try and work on the actual fix<br>
> > <br>
> > after.<br>
> > > > acording to <a href="https://bugs.launchpad.net/neutron/+bug/1815989" rel="noreferrer noreferrer" target="_blank">https://bugs.launchpad.net/neutron/+bug/1815989</a> that<br>
> > <br>
> > shoudl<br>
> > > > serve as a workaround<br>
> > > > for thos that hav this issue but its a regression in functionality.<br>
> > > > <br>
> > > > i can create a patch that will do that  in an hour or so and submit a<br>
> > > > followup DNM patch to enabel the<br>
> > > > workaound in one of the gate jobs that tests live migration.<br>
> > > > i have a meeting in 10  mins and need to finish the pacht im currently<br>
> > > > updating but ill submit a poc once that is done.<br>
> > > > <br>
> > > > im not sure if i will be able to spend time on the actul fix which i<br>
> > > > proposed last year but ill see what i can do.<br>
> > > > <br>
> > > > <br>
> > > > On Wed, 2020-04-29 at 16:37 +0200, Ignazio Cassano wrote:<br>
> > > > > PS<br>
> > > > >  I have testing environment on queens,rocky and stein and I can make<br>
> > <br>
> > test<br>
> > > > > as you need.<br>
> > > > > Ignazio<br>
> > > > > <br>
> > > > > Il giorno mer 29 apr 2020 alle ore 16:19 Ignazio Cassano <<br>
> > > > > <a href="mailto:ignaziocassano@gmail.com" target="_blank" rel="noreferrer">ignaziocassano@gmail.com</a>> ha scritto:<br>
> > > > > <br>
> > > > > > Hello Sean,<br>
> > > > > > the following is the configuration on my compute nodes:<br>
> > > > > > [root@podiscsivc-kvm01 network-scripts]# rpm -qa|grep libvirt<br>
> > > > > > libvirt-daemon-driver-storage-iscsi-4.5.0-33.el7.x86_64<br>
> > > > > > libvirt-daemon-kvm-4.5.0-33.el7.x86_64<br>
> > > > > > libvirt-libs-4.5.0-33.el7.x86_64<br>
> > > > > > libvirt-daemon-driver-network-4.5.0-33.el7.x86_64<br>
> > > > > > libvirt-daemon-driver-nodedev-4.5.0-33.el7.x86_64<br>
> > > > > > libvirt-daemon-driver-storage-gluster-4.5.0-33.el7.x86_64<br>
> > > > > > libvirt-client-4.5.0-33.el7.x86_64<br>
> > > > > > libvirt-daemon-driver-storage-core-4.5.0-33.el7.x86_64<br>
> > > > > > libvirt-daemon-driver-storage-logical-4.5.0-33.el7.x86_64<br>
> > > > > > libvirt-daemon-driver-secret-4.5.0-33.el7.x86_64<br>
> > > > > > libvirt-daemon-4.5.0-33.el7.x86_64<br>
> > > > > > libvirt-daemon-driver-nwfilter-4.5.0-33.el7.x86_64<br>
> > > > > > libvirt-daemon-driver-storage-scsi-4.5.0-33.el7.x86_64<br>
> > > > > > libvirt-daemon-driver-storage-rbd-4.5.0-33.el7.x86_64<br>
> > > > > > libvirt-daemon-config-nwfilter-4.5.0-33.el7.x86_64<br>
> > > > > > libvirt-daemon-driver-storage-disk-4.5.0-33.el7.x86_64<br>
> > > > > > libvirt-bash-completion-4.5.0-33.el7.x86_64<br>
> > > > > > libvirt-daemon-driver-qemu-4.5.0-33.el7.x86_64<br>
> > > > > > libvirt-daemon-driver-storage-4.5.0-33.el7.x86_64<br>
> > > > > > libvirt-python-4.5.0-1.el7.x86_64<br>
> > > > > > libvirt-daemon-driver-interface-4.5.0-33.el7.x86_64<br>
> > > > > > libvirt-daemon-driver-storage-mpath-4.5.0-33.el7.x86_64<br>
> > > > > > [root@podiscsivc-kvm01 network-scripts]# rpm -qa|grep qemu<br>
> > > > > > qemu-kvm-common-ev-2.12.0-44.1.el7_8.1.x86_64<br>
> > > > > > qemu-kvm-ev-2.12.0-44.1.el7_8.1.x86_64<br>
> > > > > > libvirt-daemon-driver-qemu-4.5.0-33.el7.x86_64<br>
> > > > > > centos-release-qemu-ev-1.0-4.el7.centos.noarch<br>
> > > > > > ipxe-roms-qemu-20180825-2.git133f4c.el7.noarch<br>
> > > > > > qemu-img-ev-2.12.0-44.1.el7_8.1.x86_64<br>
> > > > > > <br>
> > > > > > <br>
> > > > > > As far as firewall driver<br>
> > > > <br>
> > > > /etc/neutron/plugins/ml2/openvswitch_agent.ini:<br>
> > > > > > <br>
> > > > > > firewall_driver = iptables_hybrid<br>
> > > > > > <br>
> > > > > > I have same libvirt/qemu version on queens, on rocky and on stein<br>
> > > > <br>
> > > > testing<br>
> > > > > > environment and the<br>
> > > > > > same firewall driver.<br>
> > > > > > Live migration on provider network on queens works fine.<br>
> > > > > > It does not work fine on rocky and stein (vm lost connection after<br>
> > <br>
> > it<br>
> > > > <br>
> > > > is<br>
> > > > > > migrated and start to respond only when the vm send a network<br>
> > <br>
> > packet ,<br>
> > > > <br>
> > > > for<br>
> > > > > > example when chrony pools the time server).<br>
> > > > > > <br>
> > > > > > Ignazio<br>
> > > > > > <br>
> > > > > > <br>
> > > > > > <br>
> > > > > > Il giorno mer 29 apr 2020 alle ore 14:36 Sean Mooney <<br>
> > > > <br>
> > > > <a href="mailto:smooney@redhat.com" target="_blank" rel="noreferrer">smooney@redhat.com</a>><br>
> > > > > > ha scritto:<br>
> > > > > > <br>
> > > > > > > On Wed, 2020-04-29 at 10:39 +0200, Ignazio Cassano wrote:<br>
> > > > > > > > Hello, some updated about this issue.<br>
> > > > > > > > I read someone has got same issue as reported here:<br>
> > > > > > > > <br>
> > > > > > > > <a href="https://bugs.launchpad.net/neutron/+bug/1866139" rel="noreferrer noreferrer" target="_blank">https://bugs.launchpad.net/neutron/+bug/1866139</a><br>
> > > > > > > > <br>
> > > > > > > > If you read the discussion, someone tells that the garp must be<br>
> > > > <br>
> > > > sent by<br>
> > > > > > > > qemu during live miration.<br>
> > > > > > > > If this is true, this means on rocky/stein the qemu/libvirt are<br>
> > > > <br>
> > > > bugged.<br>
> > > > > > > <br>
> > > > > > > it is not correct.<br>
> > > > > > > qemu/libvir thas alsway used RARP which predates GARP to serve as<br>
> > > > <br>
> > > > its mac<br>
> > > > > > > learning frames<br>
> > > > > > > instead<br>
> > > > <br>
> > > > <a href="https://en.wikipedia.org/wiki/Reverse_Address_Resolution_Protocol" rel="noreferrer noreferrer" target="_blank">https://en.wikipedia.org/wiki/Reverse_Address_Resolution_Protocol</a><br>
> > > > > > > <br>
> > <br>
> > <a href="https://lists.gnu.org/archive/html/qemu-devel/2009-10/msg01457.html" rel="noreferrer noreferrer" target="_blank">https://lists.gnu.org/archive/html/qemu-devel/2009-10/msg01457.html</a><br>
> > > > > > > however it looks like this was broken in 2016 in qemu 2.6.0<br>
> > > > > > > <br>
> > <br>
> > <a href="https://lists.gnu.org/archive/html/qemu-devel/2016-07/msg04645.html" rel="noreferrer noreferrer" target="_blank">https://lists.gnu.org/archive/html/qemu-devel/2016-07/msg04645.html</a><br>
> > > > > > > but was fixed by<br>
> > > > > > > <br>
> > > > <br>
> > > > <br>
> > <br>
> > <a href="https://github.com/qemu/qemu/commit/ca1ee3d6b546e841a1b9db413eb8fa09f13a061b" rel="noreferrer noreferrer" target="_blank">https://github.com/qemu/qemu/commit/ca1ee3d6b546e841a1b9db413eb8fa09f13a061b</a><br>
> > > > > > > can you confirm you are not using the broken 2.6.0 release and<br>
> > <br>
> > are<br>
> > > > <br>
> > > > using<br>
> > > > > > > 2.7 or newer or 2.4 and older.<br>
> > > > > > > <br>
> > > > > > > <br>
> > > > > > > > So I tried to use stein and rocky with the same version of<br>
> > > > <br>
> > > > libvirt/qemu<br>
> > > > > > > > packages I installed on queens (I updated compute and<br>
> > <br>
> > controllers<br>
> > > > <br>
> > > > node<br>
> > > > > > > <br>
> > > > > > > on<br>
> > > > > > > > queens for obtaining same libvirt/qemu version deployed on<br>
> > <br>
> > rocky<br>
> > > > <br>
> > > > and<br>
> > > > > > > <br>
> > > > > > > stein).<br>
> > > > > > > > <br>
> > > > > > > > On queens live migration on provider network continues to work<br>
> > > > <br>
> > > > fine.<br>
> > > > > > > > On rocky and stein not, so I think the issue is related to<br>
> > > > <br>
> > > > openstack<br>
> > > > > > > > components .<br>
> > > > > > > <br>
> > > > > > > on queens we have only a singel prot binding and nova blindly<br>
> > <br>
> > assumes<br>
> > > > > > > that the port binding details wont<br>
> > > > > > > change when it does a live migration and does not update the xml<br>
> > <br>
> > for<br>
> > > > <br>
> > > > the<br>
> > > > > > > netwrok interfaces.<br>
> > > > > > > <br>
> > > > > > > the port binding is updated after the migration is complete in<br>
> > > > > > > post_livemigration<br>
> > > > > > > in rocky+ neutron optionally uses the multiple port bindings<br>
> > <br>
> > flow to<br>
> > > > > > > prebind the port to the destiatnion<br>
> > > > > > > so it can update the xml if needed and if post copy live<br>
> > <br>
> > migration is<br>
> > > > > > > enable it will asyconsly activate teh dest port<br>
> > > > > > > binding before post_livemigration shortenting the downtime.<br>
> > > > > > > <br>
> > > > > > > if you are using the iptables firewall os-vif will have<br>
> > <br>
> > precreated<br>
> > > > <br>
> > > > the<br>
> > > > > > > ovs port and intermediate linux bridge before the<br>
> > > > > > > migration started which will allow neutron to wire it up (put it<br>
> > <br>
> > on<br>
> > > > <br>
> > > > the<br>
> > > > > > > correct vlan and install security groups) before<br>
> > > > > > > the vm completes the migraton.<br>
> > > > > > > <br>
> > > > > > > if you are using the ovs firewall os-vif still precreates teh ovs<br>
> > > > <br>
> > > > port<br>
> > > > > > > but libvirt deletes it and recreats it too.<br>
> > > > > > > as a result there is a race when using openvswitch firewall that<br>
> > <br>
> > can<br>
> > > > > > > result in the RARP packets being lost.<br>
> > > > > > > <br>
> > > > > > > > <br>
> > > > > > > > Best Regards<br>
> > > > > > > > Ignazio Cassano<br>
> > > > > > > > <br>
> > > > > > > > <br>
> > > > > > > > <br>
> > > > > > > > <br>
> > > > > > > > Il giorno lun 27 apr 2020 alle ore 19:50 Sean Mooney <<br>
> > > > > > > <br>
> > > > > > > <a href="mailto:smooney@redhat.com" target="_blank" rel="noreferrer">smooney@redhat.com</a>><br>
> > > > > > > > ha scritto:<br>
> > > > > > > > <br>
> > > > > > > > > On Mon, 2020-04-27 at 18:19 +0200, Ignazio Cassano wrote:<br>
> > > > > > > > > > Hello, I have this problem with rocky or newer with<br>
> > > > <br>
> > > > iptables_hybrid<br>
> > > > > > > > > > firewall.<br>
> > > > > > > > > > So, can I solve using post copy live migration ???<br>
> > > > > > > > > <br>
> > > > > > > > > so this behavior has always been how nova worked but rocky<br>
> > <br>
> > the<br>
> > > > > > > > > <br>
> > > > > > > > > <br>
> > > > > > > <br>
> > > > > > > <br>
> > > > <br>
> > > > <br>
> > <br>
> > <a href="https://specs.openstack.org/openstack/nova-specs/specs/rocky/implemented/neutron-new-port-binding-api.html" rel="noreferrer noreferrer" target="_blank">https://specs.openstack.org/openstack/nova-specs/specs/rocky/implemented/neutron-new-port-binding-api.html</a><br>
> > > > > > > > > spec intoduced teh ablity to shorten the outage by pre<br>
> > <br>
> > biding the<br>
> > > > > > > <br>
> > > > > > > port and<br>
> > > > > > > > > activating it when<br>
> > > > > > > > > the vm is resumed on the destiation host before we get to pos<br>
> > > > <br>
> > > > live<br>
> > > > > > > <br>
> > > > > > > migrate.<br>
> > > > > > > > > <br>
> > > > > > > > > this reduces the outage time although i cant be fully<br>
> > <br>
> > elimiated<br>
> > > > <br>
> > > > as<br>
> > > > > > > <br>
> > > > > > > some<br>
> > > > > > > > > level of packet loss is<br>
> > > > > > > > > always expected when you live migrate.<br>
> > > > > > > > > <br>
> > > > > > > > > so yes enabliy post copy live migration should help but be<br>
> > <br>
> > aware<br>
> > > > <br>
> > > > that<br>
> > > > > > > <br>
> > > > > > > if a<br>
> > > > > > > > > network partion happens<br>
> > > > > > > > > during a post copy live migration the vm will crash and need<br>
> > <br>
> > to<br>
> > > > <br>
> > > > be<br>
> > > > > > > > > restarted.<br>
> > > > > > > > > it is generally safe to use and will imporve the migration<br>
> > > > <br>
> > > > performace<br>
> > > > > > > <br>
> > > > > > > but<br>
> > > > > > > > > unlike pre copy migration if<br>
> > > > > > > > > the guess resumes on the dest and the mempry page has not<br>
> > <br>
> > been<br>
> > > > <br>
> > > > copied<br>
> > > > > > > <br>
> > > > > > > yet<br>
> > > > > > > > > then it must wait for it to be copied<br>
> > > > > > > > > and retrive it form the souce host. if the connection too the<br>
> > > > <br>
> > > > souce<br>
> > > > > > > <br>
> > > > > > > host<br>
> > > > > > > > > is intrupted then the vm cant<br>
> > > > > > > > > do that and the migration will fail and the instance will<br>
> > <br>
> > crash.<br>
> > > > <br>
> > > > if<br>
> > > > > > > <br>
> > > > > > > you<br>
> > > > > > > > > are using precopy migration<br>
> > > > > > > > > if there is a network partaion during the migration the<br>
> > > > <br>
> > > > migration will<br>
> > > > > > > > > fail but the instance will continue<br>
> > > > > > > > > to run on the source host.<br>
> > > > > > > > > <br>
> > > > > > > > > so while i would still recommend using it, i it just good to<br>
> > <br>
> > be<br>
> > > > <br>
> > > > aware<br>
> > > > > > > <br>
> > > > > > > of<br>
> > > > > > > > > that behavior change.<br>
> > > > > > > > > <br>
> > > > > > > > > > Thanks<br>
> > > > > > > > > > Ignazio<br>
> > > > > > > > > > <br>
> > > > > > > > > > Il Lun 27 Apr 2020, 17:57 Sean Mooney <<a href="mailto:smooney@redhat.com" target="_blank" rel="noreferrer">smooney@redhat.com</a>><br>
> > <br>
> > ha<br>
> > > > > > > <br>
> > > > > > > scritto:<br>
> > > > > > > > > > <br>
> > > > > > > > > > > On Mon, 2020-04-27 at 17:06 +0200, Ignazio Cassano wrote:<br>
> > > > > > > > > > > > Hello, I have a problem on stein neutron. When a vm<br>
> > <br>
> > migrate<br>
> > > > > > > <br>
> > > > > > > from one<br>
> > > > > > > > > <br>
> > > > > > > > > node<br>
> > > > > > > > > > > > to another I cannot ping it for several minutes. If in<br>
> > <br>
> > the<br>
> > > > <br>
> > > > vm I<br>
> > > > > > > <br>
> > > > > > > put a<br>
> > > > > > > > > > > > script that ping the gateway continously, the live<br>
> > > > <br>
> > > > migration<br>
> > > > > > > <br>
> > > > > > > works<br>
> > > > > > > > > <br>
> > > > > > > > > fine<br>
> > > > > > > > > > > <br>
> > > > > > > > > > > and<br>
> > > > > > > > > > > > I can ping it. Why this happens ? I read something<br>
> > <br>
> > about<br>
> > > > > > > <br>
> > > > > > > gratuitous<br>
> > > > > > > > > <br>
> > > > > > > > > arp.<br>
> > > > > > > > > > > <br>
> > > > > > > > > > > qemu does not use gratuitous arp but instead uses an<br>
> > <br>
> > older<br>
> > > > > > > <br>
> > > > > > > protocal<br>
> > > > > > > > > <br>
> > > > > > > > > called<br>
> > > > > > > > > > > RARP<br>
> > > > > > > > > > > to do mac address learning.<br>
> > > > > > > > > > > <br>
> > > > > > > > > > > what release of openstack are you using. and are you<br>
> > <br>
> > using<br>
> > > > > > > <br>
> > > > > > > iptables<br>
> > > > > > > > > > > firewall of openvswitch firewall.<br>
> > > > > > > > > > > <br>
> > > > > > > > > > > if you are using openvswtich there is is nothing we can<br>
> > <br>
> > do<br>
> > > > <br>
> > > > until<br>
> > > > > > > <br>
> > > > > > > we<br>
> > > > > > > > > > > finally delegate vif pluging to os-vif.<br>
> > > > > > > > > > > currently libvirt handels interface plugging for kernel<br>
> > <br>
> > ovs<br>
> > > > <br>
> > > > when<br>
> > > > > > > <br>
> > > > > > > using<br>
> > > > > > > > > <br>
> > > > > > > > > the<br>
> > > > > > > > > > > openvswitch firewall driver<br>
> > > > > > > > > > > <a href="https://review.opendev.org/#/c/602432/" rel="noreferrer noreferrer" target="_blank">https://review.opendev.org/#/c/602432/</a> would adress that<br>
> > > > <br>
> > > > but it<br>
> > > > > > > <br>
> > > > > > > and<br>
> > > > > > > > > <br>
> > > > > > > > > the<br>
> > > > > > > > > > > neutron patch are<br>
> > > > > > > > > > > <a href="https://review.opendev.org/#/c/640258" rel="noreferrer noreferrer" target="_blank">https://review.opendev.org/#/c/640258</a> rather out dated.<br>
> > > > <br>
> > > > while<br>
> > > > > > > <br>
> > > > > > > libvirt<br>
> > > > > > > > > <br>
> > > > > > > > > is<br>
> > > > > > > > > > > pluging the vif there will always be<br>
> > > > > > > > > > > a race condition where the RARP packets sent by qemu and<br>
> > > > <br>
> > > > then mac<br>
> > > > > > > > > <br>
> > > > > > > > > learning<br>
> > > > > > > > > > > packets will be lost.<br>
> > > > > > > > > > > <br>
> > > > > > > > > > > if you are using the iptables firewall and you have<br>
> > <br>
> > opnestack<br>
> > > > > > > <br>
> > > > > > > rock or<br>
> > > > > > > > > > > later then if you enable post copy live migration<br>
> > > > > > > > > > > it should reduce the downtime. in this conficution we do<br>
> > <br>
> > not<br>
> > > > <br>
> > > > have<br>
> > > > > > > <br>
> > > > > > > the<br>
> > > > > > > > > <br>
> > > > > > > > > race<br>
> > > > > > > > > > > betwen neutron and libvirt so the rarp<br>
> > > > > > > > > > > packets should not be lost.<br>
> > > > > > > > > > > <br>
> > > > > > > > > > > <br>
> > > > > > > > > > > > Please, help me ?<br>
> > > > > > > > > > > > Any workaround , please ?<br>
> > > > > > > > > > > > <br>
> > > > > > > > > > > > Best Regards<br>
> > > > > > > > > > > > Ignazio<br>
> > > > > > > > > > > <br>
> > > > > > > > > > > <br>
> > > > > > > > > <br>
> > > > > > > > > <br>
> > > > > > > <br>
> > > > > > > <br>
> > > > <br>
> > > > <br>
> > <br>
> > <br>
<br>
</blockquote></div>