I have tested neutron version 2:16.4.2-0ubuntu6.4~cloud0 from the cloud-
archive:ussuri-proposed repository and can verify the code has this
change, and the failure does not occur. I followed the steps from
Comment #3:

openstack network create test_ap1_net
openstack network create test_ap2_net
openstack network create test_wan_net

openstack subnet create test_ap1_subnet --subnet-range 192.168.210.0/24 
--gateway 192.168.210.254 --network test_ap1_net
openstack subnet create test_ap2_subnet --subnet-range 192.168.220.0/24 
--gateway 192.168.220.254 --network test_ap2_net

openstack router create test_ap1_rt

openstack router create test_ap2_rt

# Don't know how to wait for router HA being active so... sleep 5 :)

sleep 5

openstack port create test_ap1_internal_port --network test_ap1_net
openstack port create test_ap2_internal_port --network test_ap2_net
openstack port create test_ap1_wan_port --network nova
openstack port create test_ap2_wan_port --network nova

# Here the error can happen
openstack router add port test_ap1_rt test_ap1_wan_port

I did not see any tracebacks in neutron-server.log regarding the OVN
revision number for the port.

** Tags removed: verification-ussuri-needed
** Tags added: verification-ussuri-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1955578

Title:
  OVN transaction could not be completed due to a race condition

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1955578/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to