Project

General

Profile

action #162347

Updated by okurz 3 months ago

## Observation 

 While checking osd-logs nicksinger I 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 https://gitlab.suse.de/openqa/salt-states-openqa/-/blob/master/openqa/server.sls#L430 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

Back