mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '4316-dynamic-update-refused-shortly-after-zone-was-thawed-bind-9.18' into 'bind-9.18'
[9.18] Resolve "dynamic update refused shortly after zone was thawed" See merge request isc-projects/bind9!8336
This commit is contained in:
commit
87b857fad3
2 changed files with 5 additions and 1 deletions
|
|
@ -428,6 +428,7 @@ Currently supported commands are:
|
|||
.. option:: zone [class [view]]
|
||||
|
||||
If a zone is specified, this command reloads only the given zone.
|
||||
If no zone is specified, the reloading happens asynchronously.
|
||||
|
||||
.. program:: rndc
|
||||
|
||||
|
|
@ -594,7 +595,8 @@ Currently supported commands are:
|
|||
refused. If the zone has changed and the ``ixfr-from-differences``
|
||||
option is in use, the journal file is updated to reflect
|
||||
changes in the zone. Otherwise, if the zone has changed, any existing
|
||||
journal file is removed.
|
||||
journal file is removed. If no zone is specified, the reloading happens
|
||||
asynchronously.
|
||||
|
||||
See also :option:`rndc freeze`.
|
||||
|
||||
|
|
|
|||
|
|
@ -86,6 +86,8 @@ status=$((status+ret))
|
|||
echo_i "rndc thaw"
|
||||
$RNDCCMD 10.53.0.2 thaw | sed 's/^/ns2 /' | cat_i
|
||||
|
||||
wait_for_log 3 "zone_postload: zone nil/IN: done" ns2/named.run
|
||||
|
||||
n=$((n+1))
|
||||
echo_i "checking zone now writable ($n)"
|
||||
ret=0
|
||||
|
|
|
|||
Loading…
Reference in a new issue