opendevreview | Erik Olof Gunnar Andersson proposed openstack/designate master: Add inactive value to floating ip status https://review.opendev.org/c/openstack/designate/+/830549 | 01:57 |
---|---|---|
opendevreview | OpenStack Release Bot proposed openstack/python-designateclient stable/yoga: Update .gitreview for stable/yoga https://review.opendev.org/c/openstack/python-designateclient/+/831687 | 10:51 |
opendevreview | OpenStack Release Bot proposed openstack/python-designateclient stable/yoga: Update TOX_CONSTRAINTS_FILE for stable/yoga https://review.opendev.org/c/openstack/python-designateclient/+/831690 | 10:51 |
opendevreview | OpenStack Release Bot proposed openstack/python-designateclient master: Update master for stable/yoga https://review.opendev.org/c/openstack/python-designateclient/+/831692 | 10:51 |
opendevreview | Merged openstack/python-designateclient master: Update master for stable/yoga https://review.opendev.org/c/openstack/python-designateclient/+/831692 | 15:22 |
opendevreview | Merged openstack/python-designateclient stable/yoga: Update .gitreview for stable/yoga https://review.opendev.org/c/openstack/python-designateclient/+/831687 | 16:20 |
opendevreview | Merged openstack/python-designateclient stable/yoga: Update TOX_CONSTRAINTS_FILE for stable/yoga https://review.opendev.org/c/openstack/python-designateclient/+/831690 | 16:25 |
ZaphodB | hey, so wallaby pdns4 Timeout on NOTIFY to 10.4.0.30:53 for zone example.zone. zone gets AXFRed, is in database, notify received, nothing else. ultimately ERROR. What am i doing wrong? | 17:11 |
ZaphodB | btw. --debug on designate-worker doesn't do anything. | 17:11 |
ZaphodB | pools.yaml - http://pastie.org/p/1RZtGqJeW5bb6qnX7yJ56E | 17:16 |
johnsom | ZaphodB I don't have a lot of experience with PDNS, but I would also check the worker logs. That will be where the PDNS driver should log. | 17:24 |
johnsom | --debug should enable debug logging for the worker, but you can also enable it in the configuration file. I will give --debug a try and see what I find. | 17:25 |
ZaphodB | actually sorry for the noise, i just realized i revamped the VPN setup but failed to adjust the addresses for the 'nameservers' accordingly. | 17:25 |
johnsom | Ok, cool, no problem | 17:27 |
johnsom | I will still take a look at the --debug. That comes in from oslo.config and should work. | 17:28 |
ZaphodB | 42411 317063 0.8 0.0 177988 65708 ? Sl 16:29 0:28 /var/lib/kolla/venv/bin/python3.8 /var/lib/kolla/venv/bin/designate-worker --debug --config-file /etc/designate/designate.conf | it just doesnt produce more output than without the --debug option. will give it a try in config so see if that changes things. | 17:28 |
ZaphodB | yes designate.conf: debug = True in [DEBUG] does the trick. | 17:32 |
eandersson | ZaphodB if you do a dig axfr on all nameservers do they all have the zone? | 17:42 |
eandersson | e.g. dig 10.4.0.30 example.zone. AXFR | 17:43 |
eandersson | and do the same for 192.168.254.2 etc | 17:43 |
eandersson | Designate checks all 5 nameservers and if the zone is only in 10.4.0.30 it will move the zone to ERROR | 17:44 |
ZaphodB | no they are not reachable by the control nodes, as i mentioned above i reworked the vpn setup and forgot to adjust for that in the nameserver section of pools.yaml. | 17:45 |
eandersson | ah I see | 17:45 |
johnsom | ZaphodB The --debug for designate--central is working for me. If I comment out the debug line from the configuration file (so it doesn't override the flag) adding --debug, reloading systemd, and restarting the service toggles the debug logging on my system. | 18:03 |
ZaphodB | i'm on osism/kolla so i'm editing the docker container config.json and it's designate-worker i was after. with "command": "designate-worker --debug --config-file /etc/designate/designate.confg", there is no debug output because there is an explicit debug = False in the [DEFAULT] section of the generated designate.conf. when i put --debug on the end of the line after --config-file then the debug | 18:17 |
ZaphodB | does take. so presumably it works as ... | 18:17 |
ZaphodB | ... intended. | 18:17 |
johnsom | Yeah, I think oslo config has an override hierarchy with CLI and config file. | 18:18 |
ZaphodB | also i now have two active zones, so thank you again for rubberducking. | 18:19 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!