"File system /storage/log has run out of storage space. Increase the size of disk /storage/log." "Log Disk Exhaustion on <vCenter_name>"After checking no log bundle is left under /storage/log/, the space is still almost full.
To check and remove log bundles for space, see /storage/log becomes 100% full when exporting the vCenter Appliance log bundles.
VMware vCenter 7.0
VMware vCenter 8.0
The alert is triggered by the vCenter alarm configuration, which is set to activate when the usage of any disk exceeds 80%.
df -hcd /storage/logfind ./ -type f -mtime +60 -exec ls -l {} \; | cut -d " " -f 6-15find ./ -type f -mtime +60 -exec rm {} \;