Hello Bastien,
thanks for your report. What version of Knot do you run? How do you
update the master zones? Using DDNS or manually? Do slaves receive IXFR
or AXFR?
We have fixed a few issues in DDNS in Knot 1.4 (release imminent) and
in 1.5 DDNS is completely rewritten (changes that get to slaves via IXFR
are the same exact changes applied to zone now). If you do the changes
using actual zone file changes, I'd be nice if you could send us a few
samples of changes that caused those errors. Thanks a lot.
Regards,
Jan
On Fri, 2014-06-13 at 11:39 +0200, Bastien Durel wrote:
Hello
I have some zones in 2 knots in a master-slave relation
When I update zones in master, there are replications issues in slave:
- sometime changed records are duplicated (old and new value)
- sometime removed records persists
- sometime the RRSIG records are duplicated (old and new value)
I often have to erase slave zones and to restart knot to get correct zone.
I update master zone via makefiles that re-create (unsigned) zone files
and then reload knot via knotc
What is my mistake ?
Regards,