SDDC Manager appliance root file system is filled with files (imfile-state:***)
This article outlines the steps to to disable rsyslog from monitoring the vcf services log files in SDDC Manager appliance
VMware Cloud Foundation 4.3.x
One of the STIG hardening requirement is that the logs should be moved to some permanent repository. rsyslog can be configured to send the logs to external directory
If STIG complaint is not a requirement then the below workaround can be applied to disable rsyslog from monitoring the vcf services log files
cd /
rm -i imfile-state\:*
mkdir rsyslog_backup
cd /etc/rsyslog.d
mv stig-services-* ../../rsyslog_backup
systemctl restart rsyslog