On 07/06/2022 02:04, Michael Johnson wrote:
There are two ways zones can be resynced: 1. Using the "designate-manage pool update" command. This will force an update/recreate of all of the zones. 2. When a zone is in ERROR or PENDING for too long, the WorkerPeriodicRecovery task in producer will attempt to repair the zone.
Thanks again for these details! I suppose there is no option for a targeted run of this "pool update" command to just hit one backend server? If you don't mind me asking yet another question ... what is the difference between running a regular backend or an agent backend? So https://github.com/openstack/designate/blob/master/designate/backend/impl_bi... vs. https://github.com/openstack/designate/blob/master/designate/backend/agent_b... Regards and thanks again, Christian