]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
Add reference to journal behaviour paragraph in operation.rst
authormadblobfish <12998362+madblobfish@users.noreply.github.com>
Sun, 14 Dec 2025 19:53:25 +0000 (20:53 +0100)
committerDaniel Salzman <daniel.salzman@nic.cz>
Mon, 15 Dec 2025 07:14:32 +0000 (08:14 +0100)
Adds a reference to the journal-max-usage zone configuration parameter
in a paragraph in the operation.rst file which mentions per-zone limits.
Also reformatted lines of said paragraph due to reaching 80 characters.

doc/operation.rst

index 47dd1c4e83212d5941aaf1cf453b0ece74787907..15f51f4016e7d3c519d528ae43d537a846114a6e 100644 (file)
@@ -357,11 +357,12 @@ If the journal is used to store both zone history and contents, a special change
 is present with zone contents. When the journal gets full, the changes are merged into this
 special changeset.
 
-There is also a :ref:`safety hard limit <database_journal-db-max-size>` for overall
-journal database size, but it's strongly recommended to set the per-zone limits in
-a way to prevent hitting this one. For LMDB, it's hard to recover from the
-database-full state. For wiping one zone's journal, see *knotc zone-purge +journal*
-command.
+There is also a :ref:`safety hard limit <database_journal-db-max-size>`
+for overall journal database size, but it's strongly recommended to
+set :ref:`the per-zone limits <zone_journal-max-usage>` in a way to
+prevent hitting this one.
+For LMDB, it's hard to recover from the database-full state.
+For wiping one zone's journal, see *knotc zone-purge +journal* command.
 
 .. [#fn-hc] This constant is hardcoded.