designate/releasenotes/notes/Fix-update-zone-create-zone-ada1fd81de479492.yaml
Dmitry Galkin 66cc876ead Fix zone update when adding new Bind9 target to pool.
When a new Bind9 is added to the pool, Designate will trigger 'modzone'
rndc command that will fail, unless zone is already present on the backend.

This change will first verify that the zone is present on the backend,
before an update attempt. If zone is not present - zone creation will be
triggered.

Closes-Bug: 1958409

Co-authored-by: Kiran Pawar <kinpaa@gmail.com>
Change-Id: I782bf38a68f24a2e7133ff2afad7c96e2ae6b7f0
2022-03-09 17:46:08 +00:00

5 lines
92 B
YAML

---
fixes:
- |
Fixed an issue where new BIND9 pool instances may fail on zone update.