[Pdns-users] Oracle backed slave zone nameserver problem.

a b tripivceta at hotmail.com
Thu Mar 27 16:22:32 UTC 2014


> 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? 		 	   		  



More information about the Pdns-users mailing list