xenserverd: Give XAPI a grace period before refreshing network UUIDs.
authorBen Pfaff <blp@nicira.com>
Sat, 1 May 2010 21:27:53 +0000 (14:27 -0700)
committerBen Pfaff <blp@nicira.com>
Sat, 1 May 2010 21:27:53 +0000 (14:27 -0700)
commit3bcf3e33e9cfb7fd837086bfa8e627110d84dce8
tree30c7c3bbf61ceb6e48b711fc51def80b6c8edc3e
parentd8b5d43a04fba8ba09d5bb3c745808964f371d80
xenserverd: Give XAPI a grace period before refreshing network UUIDs.

XAPI updates the pool.conf file before it actually refreshes its database
from the new pool, so we need to wait for that to happen.  Hard-coded
delays aren't a good idea, but in the long term XAPI will probably be
adding a hook script for us to use, so this may be an OK stopgap measure.

Bug #2756.
xenserver/ovs-xenserverd.c