Comment 13 for bug 1897936

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

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

commit 9e159d93d99bf1ed0c487bfe99450f59db509249
Author: Mark Goddard <email address hidden>
Date: Wed Sep 30 17:48:25 2020 +0100

    Fix pool update with duplicate masters

    If any zones exist that belong to a pool that has any duplicate masters
    among all targets, currently updating the pool will fail.

    This change fixes the issue by ensuring the pool target master list does
    not contain duplicates.

    Change-Id: I72bae79b4f8e0bab739875d6f783abdb4868950b
    Closes-Bug: #1897936
    (cherry picked from commit 4e86bc2a58f00371a2f22217cb8a79e5ac33677c)