Code review comment for ~blake-rouse/maas:improved-dns-reload

Revision history for this message
Mike Pontillo (mpontillo) wrote :

@freyes, it was my understanding after looking at the code with Blake that the surrounding code in MAAS already prevents concurrent reloads. (That is, the `rdnc` command sends a message to the BIND process, the BIND process asynchronously processes it, and control is returned to MAAS almost immediately.) This patch just ensures that the next reload starts after the previous reload has completed.

« Back to merge proposal