Here is the link from VMware for the /storage/log directory being full:
https://kb.vmware.com/s/article/89009
- Connect to the VCSA by means of SSH
- to resolve the space issue temporarily, purge the content from content-library-runtime.log.stdout:
# cd /storage/log/vmware/content-library/ # echo > content-library-runtime.log.stdout
- replace the content in /etc/vmware-content-library/log4j.properties with the contents of the file attached to this KB:
# cd /etc/vmware-content-library/ # cp -R log4j.properties log4j.properties.old # cat /dev/null > log4j.properties # vi log4j.properties - insert data from file attached to this document
- Verify the file ownership/permissions and change accordingly:
# chown content-library:cis log4j.properties # chmod 640 log4j.properties
- Restart the content library service using:
# service-control --restart content-library