Files
designate/releasenotes/notes/fix-refresh-secondary-zone-task-79f68d3f7377181c.yaml
Mitya_Eremeev a265c5070b Fix periodic secondary refresh task
It always fails with silly error:

2025-02-27 08:44:33.449 793 ERROR oslo_service.threadgroup File "/var/lib/kolla/venv/lib/python3.10/site-packages/designate/producer/tasks.py", line 206, in _call_
2025-02-27 08:44:33.449 793 ERROR oslo_service.threadgroup transferred = timeutils.parse_isotime(zone.transferred_at)
2025-02-27 08:44:33.449 793 ERROR oslo_service.threadgroup File "/var/lib/kolla/venv/lib/python3.10/site-packages/oslo_utils/timeutils.py", line 46, in parse_isotime
2025-02-27 08:44:33.449 793 ERROR oslo_service.threadgroup raise ValueError(str(e))
2025-02-27 08:44:33.449 793 ERROR oslo_service.threadgroup ValueError: expected string or bytes-like object

Closes-Bug: #2100881
Change-Id: Ia6305a8952b80515dd0f02eaba3bc89a8638a31b
2025-03-07 22:19:39 +03:00

7 lines
194 B
YAML

---
fixes:
- |
Refresh secondary zone task was broken. It failed all the time.
If MDNS didn't get NOTIFY from master server, the secondary zone didn't get
updates. Now it's fixed.