Comment 16 for bug 2036750

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

Reviewed: https://review.opendev.org/c/openstack/designate/+/896064
Committed: https://opendev.org/openstack/designate/commit/c8b8124d3dd281e19866299da07cce6fc7290a65
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit c8b8124d3dd281e19866299da07cce6fc7290a65
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)