From 657eaae91cc057391fb4a047c812196e9d5dc64e Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Thu, 21 Apr 2022 13:54:53 +0200 Subject: [PATCH] more details for log limits --- admin-guide/puppet/profiles/log_client.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin-guide/puppet/profiles/log_client.rst b/admin-guide/puppet/profiles/log_client.rst index f6665c75..ff9f84b6 100644 --- a/admin-guide/puppet/profiles/log_client.rst +++ b/admin-guide/puppet/profiles/log_client.rst @@ -25,9 +25,9 @@ journal_system_max_use string hiera('log_client::journal_system_max_us ``journal_system_keep_free`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -How much space `systemd-journald(8)` should keep free for non-journal +How much space `systemd-journald(8)`_ should keep free for non-journal use in ``/var/log``. In addition to the syntax described in -`journald.conf(5)` (bytes or use K, M, G, T, P, E as units) we also support percentages, ie ``'25%'`` means that +`journald.conf(5)`_ (bytes or use K, M, G, T, P, E as units) we also support percentages, ie ``'25%'`` means that the journal will leave at least 25% of ``/var/log`` for other uses. Note that for the use of a percentage limit ``/var/log`` must be an separate partition, else absolute values need to be set. @@ -42,7 +42,7 @@ The maximum size of individual journal files. ~~~~~~~~~~~~~~~~~~~~~~~~~~ The maximum amount of space that the journal is allowed to use. In addition to -the syntax described in `journald.conf(5)` (bytes or use K, M, G, T, P, E as units) we also support percentages, +the syntax described in `journald.conf(5)`_ (bytes or use K, M, G, T, P, E as units) we also support percentages, ie ``'50%'`` means that the journal can use at most 50% of ``/var/log``. Note that for the use of a percentage limit ``/var/log`` must be an separate partition, else absolute values need to be set.