Re: [openstack-dev] [neutron] [ovs] How to update flows inbr-tun proactively

2016-02-17 Thread Xiao Ma (xima2)
ated, when ovs receive any packets sent from migrated vm. The flow in table10(br-tun) is used to learn the mac address, and put the learned flow into table20. It just takes longer to complete. And is there any way to update the flow faster? thanks! jingting From: "Xiao Ma (xima2)"<xi.

Re: [openstack-dev] [neutron] [ovs] How to update flows in br-tun proactively

2016-02-17 Thread Xiao Ma (xima2)
Hi, JingTing The flow should be updated after the rarp broadcast packet be send by qemu. So I think you should make sure whether the broadcast packet has been send and received by the host. Best regards, Xiao Ma (xi...@cisco.com) 马啸 SDN Architect & OpenStack specialist

[openstack-dev] [cinder] About how to make the vm use volume with libiscsi

2016-02-16 Thread Xiao Ma (xima2)
Hi, All I want to make the qemu communicate with iscsi target using libiscsi directly, and I followed https://review.openstack.org/#/c/135854/ to add 'volume_drivers = iscsi=nova.virt.libvirt.volume.LibvirtNetVolumeDriver’ in nova.conf and then restarted nova services and cinder services, but