Comment 8 for bug 1817484

Revision history for this message
Andres Rodriguez (andreserl) wrote :

Actually, the answer to the last question may be here in comment #5:

"So: (1) db failover completes (2) DNS update is issued from maas-vhost3"

If this is the case, this seems to imply that you wait only for postgresql failover to complete in order to execute DNS update, instead of waiting for MAAS to be fully reconnected to postgresql before executing the DNS update.

It would seem to be that you should be waiting not only for the DB to have fully failed over, but also wait for MAAS to be fully connected to the DB before attempting to execute the DNS update.