nodes: fix journal size for rx300
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-08-21 07:52:58 +02:00
parent a2083b9ca0
commit ae5e4b9ee6
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 5 additions and 7 deletions

View file

@ -101,15 +101,8 @@ nodes['htz.ex42-1048908'] = {
'/dev/nvme1', '/dev/nvme1',
}, },
}, },
'systemd': {
'journal': {
# should last about 9 days
'maxuse': '2G',
},
},
'users': { 'users': {
'kunsi': { 'kunsi': {
'enable_linger': True,
'groups': [ 'groups': [
'libvirt', 'libvirt',
], ],

View file

@ -459,6 +459,11 @@ nodes['rx300'] = {
'/dev/nvme0', '/dev/nvme0',
}, },
}, },
'systemd': {
'journal': {
'maxuse': '4G',
},
},
'systemd-networkd': { 'systemd-networkd': {
'bridges': { 'bridges': {
'br0': { 'br0': {