nodes: fix journal size for rx300
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
a2083b9ca0
commit
ae5e4b9ee6
2 changed files with 5 additions and 7 deletions
|
@ -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',
|
||||||
],
|
],
|
||||||
|
|
|
@ -459,6 +459,11 @@ nodes['rx300'] = {
|
||||||
'/dev/nvme0',
|
'/dev/nvme0',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'systemd': {
|
||||||
|
'journal': {
|
||||||
|
'maxuse': '4G',
|
||||||
|
},
|
||||||
|
},
|
||||||
'systemd-networkd': {
|
'systemd-networkd': {
|
||||||
'bridges': {
|
'bridges': {
|
||||||
'br0': {
|
'br0': {
|
||||||
|
|
Loading…
Reference in a new issue