Files
libra/libra/admin_api
Andrew Hutchings a963175ee8 [ADMIN_API]: Fix failover race condition
If the device delete happened before the rebuild the rebuild would send an
empty configuration to the new device.

This is because the link between the new device and logical load balancer has
not been committed yet.  So when the gearman thread tries to query the DB for
the logical load balancers it will get none back if the old device is gone.

Fix is to commit before we send it off to gearman

Change-Id: I83081510bc4458b26da64b572fc16077d518bcad
2013-09-13 16:59:29 +01:00
..
2013-05-30 16:41:17 +01:00
2013-06-10 14:19:56 +01:00