Starting central / agent with bind9 backend with no-domains fails.
Bug #1271493 reported by
Endre Karlson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Designate |
Fix Released
|
Medium
|
Tim Freund |
Bug Description
The backend will attempt to do 1 rndc reload pr domain which will fail badly.
Piece of code in start()
domains = self.central_
for domain in domains:
rndc_op = 'reload'
It should check if the zone exists on the server before trying to reload it .
Changed in designate: | |
importance: | Undecided → Critical |
importance: | Critical → Medium |
status: | New → Confirmed |
Changed in designate: | |
status: | Confirmed → Triaged |
no longer affects: | designate/juno |
Changed in designate: | |
milestone: | none → juno-2 |
status: | Fix Committed → Fix Released |
Changed in designate: | |
milestone: | juno-2 → 2014.2 |
To post a comment you must log in.
Hello - I am going to try to tackle this bug at the OpenStack Upstream Training this weekend unless there are any objections. Thanks!