Comment 19 for bug 2036750

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

Reviewed: https://review.opendev.org/c/openstack/designate/+/896101
Committed: https://opendev.org/openstack/designate/commit/87b775ff86877dfa7084799779fe2f11da420a33
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 87b775ff86877dfa7084799779fe2f11da420a33
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)