You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ndcli modify pool ic-documentation-only-5 set layer3domain 6724-global
ERROR - The view default of the zone 13.214.85.in-addr.arpa is not empty.
$ ndcli list pool ic-documentation-only-5
prio subnet gateway free total
1 85.214.13.0/26 58 64
INFO - Total free IPs: 58
85.214.13.0/26 (Subnet) pool:ic-documentation-only-5
85.214.13.64/28 (Subnet) pool:de-ber-rs1-gsp-public-2052
85.214.13.80/28 (Subnet) pool:de-ber-rs2-gsp-public-2052
85.214.13.96/29 (Subnet) pool:de-ber-rs-dns-public-304-live
This happens because the code tries to delete the reverse zone although the zone is not yet empty.
when admin is moving subsequent pools (e.g. de-ber-rs1-gsp-public-2052 ...) the reverse zone will get emptied. Last pool will then be able to delete reverse zone.
The text was updated successfully, but these errors were encountered:
The function _delete_reverse_zones expected the subnet to be deleted
already. This lead to many reverse zones not being deleted or the
transaction being blocked altogether.
By forcing the deletion and working with a copy of the actual Subnet
object the deletion now goes through without problems.
Fixesionos-cloud#233
This happens because the code tries to delete the reverse zone although the zone is not yet empty.
I suggest to ignore errors returned by
when admin is moving subsequent pools (e.g.
de-ber-rs1-gsp-public-2052
...) the reverse zone will get emptied. Last pool will then be able to delete reverse zone.The text was updated successfully, but these errors were encountered: