Comment 8 for bug 1856442

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to designate (master)

Reviewed: https://review.opendev.org/c/openstack/designate/+/896062
Committed: https://opendev.org/openstack/designate/commit/ecaff9e6d348ce3b47a4b4fb71896951274191cb
Submitter: "Zuul (22348)"
Branch: master

commit ecaff9e6d348ce3b47a4b4fb71896951274191cb
Author: Erik Olof Gunnar Andersson <email address hidden>
Date: Thu Sep 21 05:28:45 2023 -0700

    Fix AXFR loop when updating secondary zone

    When a secondary zone is created or updated we trigger an AXFR,
    this AXFR then goes ahead and updates the zone. This then causes
    the AXFR code to get triggered again as it thinks the masters
    has changed.

    We fix this by ensuring that when we update the zone from the AXFR
    code that we always reset the masters field.

    Partial-Bug: #1856442
    Change-Id: Ifc2efb5a6d1091ff16373f3cbe3846f5e4371272