]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: mention that oldest journal files are removed
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 23 Mar 2018 13:04:13 +0000 (14:04 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 24 Mar 2018 13:19:03 +0000 (14:19 +0100)
Fixes #7225.

man/journalctl.xml
man/systemd-journald.service.xml

index 37fb0d67fdd6746b85445a03d095c774daf5b0c7..39c8c07d6b7d1c742744dffe39566a76cf078230 100644 (file)
         <term><option>--vacuum-time=</option></term>
         <term><option>--vacuum-files=</option></term>
 
-        <listitem><para>Removes archived journal files until the disk
+        <listitem><para>Removes the oldest archived journal files until the disk
         space they use falls below the specified size (specified with
         the usual <literal>K</literal>, <literal>M</literal>,
         <literal>G</literal> and <literal>T</literal> suffixes), or all
index dfff107e1f15d2e404e0db3d0c238d00ba84dafe..d78aef3a632be7b259f7a7f98be434cda848f748 100644 (file)
@@ -296,7 +296,12 @@ systemd-tmpfiles --create --prefix /var/log/journal</programlisting>
         and the functions in the
         <citerefentry><refentrytitle>sd-journal</refentrytitle><manvolnum>3</manvolnum></citerefentry>
         library should be able to read all entries that have been fully written.</para>
-        </listitem>
+
+        <para><filename>systemd-journald</filename> will automatically remove the oldest
+        archived journal files to limit disk use. See <varname>SystemMaxUse=</varname>
+        and related settings in
+        <citerefentry><refentrytitle>journald.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
+        </para></listitem>
       </varlistentry>
 
       <varlistentry>