Comment 18 for bug 2036750

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

Reviewed: https://review.opendev.org/c/openstack/designate/+/896103
Committed: https://opendev.org/openstack/designate/commit/de6715d961becd6962c7d8f8def6c2eda9c7351c
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit de6715d961becd6962c7d8f8def6c2eda9c7351c
Author: Erik Olof Gunnar Andersson <email address hidden>
Date: Wed Sep 20 14:49:53 2023 -0700

    Fix bug with designate-manage pool update losing existing record data

    When designate-manage pool update is used we trigger an AFXR and
    use that information to rebuild the zone. This is however only valid
    for secondary zones, as the AXFR does not contain all the internal
    information required for a primary zone and that causes designate to
    lose important internal record data.

    Closes-Bug: #2036750
    Change-Id: I77a5d05cd8f55e975a16cb386221d53b63131886
    (cherry picked from commit aaed97875c870d4807bcb6694345ea2e80f437f8)
    (cherry picked from commit f2624f73cf3b9b95b7342ca8c89ef9b8e7e438e4)