To clarify, the reason I am not using wait-for-state
(http://pastebin.ubuntu.com/11820672/) with WAIT_FOREVER=Y is primarily
because it will attempt to start the WAIT_FOR service once only then go
into an infinite wait loop which could be a problem in nova upgrade
scenarios where we would be waiting for neutron-ovs-cleanup to start
when it may not, itself, be waiting to start perhaps because it (or it's
dependencies) might never start resulting in nova-compute never
starting. So what I am implementing here is a repeated retry with
increasing interval but with a finite number of attempts so that nova-
compute will always eventually start but not after giving neutron-ovs-
cleanup (if installed) plenty of time to start.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1471022

Title:
  [SRU] race between nova-compute and neutron-ovs-cleanup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1471022/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to