df -h command shows that the (/) root or /opt partition is at or near 100% full.VMware Cloud Director Availability 4.x
This issue is caused when the journalctl logs, /var/log/messages and /var/log/auth.log files increase and are not rotated or cleaned up. This results in a large amount of the space on the root filesystem being consumed.
To remediate high disk utilization due to these files, confirm the top space-consuming files and directories within the affected filesystem and reduce their size as follows:
df -hcd /find -type f -exec du -Sh {} + | sort -rh | head -n 10echo > /var/log/messagesecho > /var/log/auth.logjournalctl -–vacuum-size=200M