In vCenter Server 7.0, log files named infraprofile-access.*.log in the /storage/log/vmware/infraprofile directory are not being rotated correctly.
Over time, these log files accumulate and may lead to disk space exhaustion in the /storage/log partition.
vCenter Server 7.0
This issue is caused by a known logging configuration defect in certain versions of vCenter Server 7.0.
There is no resolution for this issue within the vCenter Server 7.0.
To mitigate the disk space issue, you can safely delete older log files using the command line.
The following procedure describes how to remove logs older than 14 days.
# find /storage/log/vmware/infraprofile -mtime +14 -type f -name infraprofile-access-.*.log -delete