Skip to content
Snippets Groups Projects
Commit d850b668 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

doc: some improvements

parent 408966a0
No related branches found
No related tags found
No related merge requests found
Pipeline #89406 passed
......@@ -1825,8 +1825,7 @@ Possible values:
.IP \(bu 2
\fBdifference\fP – If the zone contents are already available during server start or reload,
the difference is computed between them and the contents of the zone file. This difference
is then checked for semantic errors and
applied to the current zone contents.
is then checked for semantic errors and applied to the current zone contents.
.IP \(bu 2
\fBdifference\-no\-serial\fP – Same as \fBdifference\fP, but the SOA serial in the zone file is
ignored, the server takes care of incrementing the serial automatically.
......@@ -1834,8 +1833,8 @@ ignored, the server takes care of incrementing the serial automatically.
\fBwhole\fP – Zone contents are loaded from the zone file.
.UNINDENT
.sp
When \fBdifference\fP is configured and there are no zone contents yet (cold start of Knot
and no zone contents in journal), it behaves the same way like \fBwhole\fP\&.
When \fBdifference\fP is configured and there are no zone contents yet (cold start
and no zone contents in the journal), it behaves the same way as \fBwhole\fP\&.
.sp
\fIDefault:\fP whole
.SS journal\-content
......@@ -1868,7 +1867,14 @@ all zones, because of DB free space fragmentation.
\fIDefault:\fP 100 MiB
.SS journal\-max\-depth
.sp
Maximum history length of journal.
Maximum history length of the journal.
.sp
\fBNOTE:\fP
.INDENT 0.0
.INDENT 3.5
Zone\-in\-journal changeset isn\(aqt counted to the limit.
.UNINDENT
.UNINDENT
.sp
\fIMinimum:\fP 2
.sp
......
......@@ -1966,14 +1966,13 @@ Possible values:
- ``none`` – The zone file is not used at all.
- ``difference`` – If the zone contents are already available during server start or reload,
the difference is computed between them and the contents of the zone file. This difference
is then checked for semantic errors and
applied to the current zone contents.
is then checked for semantic errors and applied to the current zone contents.
- ``difference-no-serial`` – Same as ``difference``, but the SOA serial in the zone file is
ignored, the server takes care of incrementing the serial automatically.
- ``whole`` – Zone contents are loaded from the zone file.
When ``difference`` is configured and there are no zone contents yet (cold start of Knot
and no zone contents in journal), it behaves the same way like ``whole``.
When ``difference`` is configured and there are no zone contents yet (cold start
and no zone contents in the journal), it behaves the same way as ``whole``.
*Default:* whole
......@@ -2010,7 +2009,10 @@ Policy how much space in journal DB will the zone's journal occupy.
journal-max-depth
-----------------
Maximum history length of journal.
Maximum history length of the journal.
.. NOTE::
Zone-in-journal changeset isn't counted to the limit.
*Minimum:* 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment