Hi!
I'm trying this tool, but it's not working for me.
I'm getting this error on DA server (master) when I try an action=rewrite:
2015:04:04-01:25:08: Cluster: Error writing remote dns zone at host xxx.com for domain (yyy.com): (null) (retry=0)
2015:04:04-01:25:08: Cluster socket:
I tried configuring "allow-notify" and "notify" as I read in this thread, with no success.
Also, the slave server adds a line with the zone to /etc/named/directslave.conf , but doesn't add the domain to /etc/named/secondary/
well, at least didn't until I patched dns_admin() function with something I think makes sense. When action is "rawsave", apparently it only calls add() and then reload(), but add() seems to only add the line to directslave.conf, not create the zone itself. My patch was to call rewrite() before reload(). Anyway, the problem persists.
And I'm also not sure my patch makes sense, because I'm pretty sure someone would have noticed this before me.
Any ideas?