> oracle-zone-masters-query > Return a list of masters for the zone specified by id. Default: > > SELECT master > FROM Zonemasters > WHERE zone_id = :zoneid > > oracle-is-zone-master-query > Return a row if the specified host is a registered master for the named zone. > Default: > > SELECT zm.master > FROM Zones z JOIN Zonemasters zm ON z.id = zm.zone_id > WHERE z.name = lower(:name) AND zm.master = :master > > Check out the schema definition, it should use the zonemasters table.
It defines it, but nothing I ever saw populates it. What (or who) is supposed to populate the "zonemasters" table? I have master and slave servers deployed and they appear to behave as expected without anything being in the "zonemasters" table. So what is that table for? _______________________________________________ Pdns-users mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-users
