]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: Note that supermaster support is off by default since 4.2
authorGert van Dijk <gertvdijk@gmail.com>
Mon, 1 Apr 2019 19:54:07 +0000 (21:54 +0200)
committerGert van Dijk <gertvdijk@gmail.com>
Mon, 8 Apr 2019 10:17:34 +0000 (12:17 +0200)
With commit b80139777ebd2e0dc14cfd88d30eed80cfc04054 / PR #6021, it appears
that the behaviour of PowerDNS has changed to not act as a supermaster any
longer by default. Having to add a new setting that did not exist before,
to retain the old behaviour should be mentioned, I believe.

docs/changelog/4.2.rst
docs/modes-of-operation.rst
docs/settings.rst

index 859a0c111cf61bdde8f3232804dd079777f9132a..84dba47bee9a6d7c186b10040e85bfd9044e8e59 100644 (file)
@@ -1159,3 +1159,13 @@ Changelogs for 4.2.x
     :tickets: 7357
 
     API: Add response-by-qtype and response-by-rcode on /statistics endpoint
+
+  .. change::
+    :tags: Improvements
+    :pullreq: 6021
+
+    Several improvements to processing of notifies.
+
+    * Turn off supermaster support by default (adds new setting).
+    * PowerDNS was wasting a lot of queries while processing notifies.
+    * Use comboaddress for IPs (was strings)
index 9025d275c37328b1afe750594677a3efa8c0aafe..26cfed8422b9bd353065b2c6077028ff42fba895 100644 (file)
@@ -187,6 +187,10 @@ can not serve IXFR updates.
 Supermaster: automatic provisioning of slaves
 ---------------------------------------------
 
+.. versionchanged:: 4.2.0
+  Supermaster support needs to be explicitly enabled with the
+  :ref:`setting-supermaster` setting.
+
 PowerDNS can recognize so called 'supermasters'. A supermaster is a host
 which is master for domains and for which we are to be a slave. When a
 master (re)loads a domain, it sends out a notification to its slaves.
index 91963b5c31fd3a391fe52b1c7062ee46dc4d2ddd..70b862b11a3cf2525185fabf09731b2cfcebfd76 100644 (file)
@@ -1464,6 +1464,8 @@ and :doc:`Virtual Hosting <guides/virtual-instances>` how this can differ.
 -  Default: no
 
 .. versionadded:: 4.2.0
+  In versions before 4.2.x, this setting did not exist and supermaster support
+  was enabled by default.
 
 Turn on supermaster support. See :ref:`supermaster-operation`.