From a3d52d026ecf309e86412197f6f62424bc3ae929 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 6 Feb 2021 12:49:58 +0100 Subject: [PATCH] nodes/htz.ex42-1048908: allocate more space to journal --- nodes/htz/ex42-1048908.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nodes/htz/ex42-1048908.py b/nodes/htz/ex42-1048908.py index 7fdabfa..18082e2 100644 --- a/nodes/htz/ex42-1048908.py +++ b/nodes/htz/ex42-1048908.py @@ -339,6 +339,12 @@ nodes['htz.ex42-1048908'] = { '/dev/nvme1', }, }, + 'systemd': { + 'journal': { + # should last about 9 days + 'maxuse': '2G', + }, + }, 'travelynx': { 'version': '1.19.4', 'mail_from': 'travelynx@franzi.business',