Actions
action #162347
openInvalid journald configuration on OSD (any maybe other hosts) size:S
Start date:
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Observation¶
While checking osd-logs nicksinger encountered:
[ 4.485011] systemd-journald[628]: /etc/systemd/journald.conf.d/journal_size.conf:3: Failed to parse size value, ignoring: 20%
So https://gitlab.suse.de/openqa/salt-states-openqa/-/blob/2f714dc265be4e962409afc997c260e4dab42b1b/openqa/server.sls#L421 seems to be outdated and should be updated to limit journald again.
Acceptance criteria¶
- AC1:
ssh osd 'journalctl'
does not show "Failed to parse size" errors anymore
Suggestions¶
- Check what the correct syntax is, % may not be allowed or no longer accepted?
- Apply the fix for OSD
- Then check what machines are affected e.g. workers, and apply the according fix there as well, e.g. according state files
Actions