crictl logs <container_id> reports “wal.broken: no space left on device”
Running 'df -h' shows root partition at 100% full
Large file (10+ GB): /var/log/messages
VKS 1.33
Root partition is full.
Truncate the messages file to 0 bytes (do not delete the file itself):
truncate -s 0 /var/log/messages
Remove any older compressed archives that may be taking up space:
rm -rf /var/log/messages.*.gz