<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi all,<br>
    <br>
    I'm looking to deploy PowerDNS in a slave configuration that has
    multiple (BIND) masters. In a test rig I'm finding that if I have
    dual masters configured on a PDNS slave, and one of the two masters
    is unavailable, the slave is querying the absent master and not
    failing over to the other. <br>
    <br>
    And even if it receives and accepts a NOTIFY from the functional
    master, it still sends the SOA  query to the non-functional master.<br>
    <br>
    Configuration is:<br>
    <br>
    allow-notify-from=0.0.0.0/0,::/0<br>
    allow-unsigned-notify=no<br>
    cache-ttl=60<br>
    guardian=yes<br>
    launch=gsqlite3<br>
    logging-facility=2<br>
    loglevel=6<br>
    out-of-zone-additional-processing=no<br>
    reuseport=yes<br>
    security-poll-suffix=<br>
    setgid=pdns<br>
    setuid=pdns<br>
    slave=yes<br>
    slave-cycle-interval=10<br>
    soa-retry-default=60<br>
    gsqlite3-database=/var/pdns/pdns.sqlite3<br>
    gsqlite3-pragma-synchronous=0<br>
    gsqlite3-pragma-foreign-keys=yes<br>
    gsqlite3-dnssec=yes<br>
    <br>
    Is there some trick I'm missing?<br>
    <br>
    -- don<br>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      Don Stokes, <a href="mailto:don@nz.net">don@nz.net</a>, 021 796
      072</div>
  </body>
</html>