Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in crowbar's world the dns-master is the master of all and slaves forward all queries to dns-master. Under such a configuration there is no need to query other nameservers as they still forward the query to dns-master. So designate can just verify on one nameserver(dns-master) and dns-master will take care of passing that info to all slaves. Same goes for also_notifies: dns-master will notify all slaves in case of either zone or recordset is updated/deleted. this also further simplifies the designate pool config reducing the time required to create zone and recordsets. This change is not really required but only eases out the config from an admin perspective. Also having multiple nameservers confuses designate in some cases as according to these nameserver designate is not authoritative of some zones and recordsets.
- Loading branch information