]> granicus.if.org Git - pdns/commitdiff
Document the fact that reload-lua-config blocks
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 5 Jul 2016 12:30:10 +0000 (14:30 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 5 Jul 2016 13:17:26 +0000 (15:17 +0200)
docs/manpages/rec_control.1.md
docs/markdown/recursor/running.md

index b31fef1db5e57cd0b04bb4e327bce9449cae4462..7b7512c7485fab3452d517a2d91b202266f5ffe0 100644 (file)
@@ -117,7 +117,8 @@ reload-lua-config [*FILENAME*]
 :    (Re)loads Lua configuration *FILENAME*. If *FILENAME* is empty, attempt to
      reload the currently loaded file. Note that *FILENAME* will be fully executed,
      any settings changed at runtime that are not modified in this file, will
-     still be active.
+     still be active. Reloading RPZ, especially by AXFR, can take some time; during
+     which the recursor will not answer questions.
 
 reload-zones
 :    Reload authoritative and forward zones. Retains current configuration
index d7dd8d01945ae3d3e2286ba1b0a452a591e88518..e56c3d68b8df3bd2529d31aadfcb4b2aaed9f6b9 100644 (file)
@@ -55,6 +55,11 @@ Reload access control lists.
 (Re-)Load Lua script. Note that loading a script fully replaces the one currently
 loaded.
 
+### `reload-lua-config [filename]`
+(Re-)Load the Lua configuration file.
+Note that *FILENAME* will be fully executed, any settings changed at runtime that are not modified in this file, will still be active.
+Also note that the process will block (not answering queries) when reloading, this might take a long time when an RPZ has to be transferred.
+
 ### `reload-zones`
 Reload data about all authoritative and forward zones. The configuration file is also scanned to see if the **auth-domain**, **forward-domain** and **export-etc-hosts** statements have changed, and if so, these changes are incorporated.