yyyy_mm_dd.request.log" which are located in the directory /opt/vmware/vcloud-director/logs/ are filling up the systems disk space./opt/vmware/vcloud-director/bin/cell-management-tool manage-config -n "vcloud.http.log.retainDays" -v <new value>Inactive" in the provider portal.Failed to start LSB: The VMware vCloud Director service. /opt/vmware/vcloud-director/logs/cell.log it may show: Found 1 deadlock /opt/vmware/vcloud-director/logs/jms.log you observe a warning message similar to the following:yyyy-mm-dd 14:15:51| WARN | is.core.server.impl.ActiveMQServerImp1$6@2a5fb60a) | server | AMQ222210: Free storage space is at 0B of 15.0GB total. Usage rate is 100.0% which is beyond the configured <max-disk-usage>. System will start blocking producers.Error - Cannot retry request with a non-repeatable request entity - Broken pipe (Write failed)VMware Cloud Director 10.4.x
VMware Cloud Director 10.5.x
VMware Cloud Director 10.6.x
This issue occurs when a retention policy for API request logs is either not configured or if the retention policy is configured too high. By default a retention policy is not applied. This allows the API request log files to accumulate indefinitely until all available disk space is consumed on the partition.
To resolve this issue then configure a retention policy on the API request logs by following the process to Control the API Request Logging in VMware Cloud Director.
Note: The automatic cleanup runs everyday at midnight as per the time on the system where the cell is running.
If immediate cleanup is required, space can be reclaimed by manually removing old API request logs from the system. To do this:
df -h/opt/vmware/vcloud-director/logs/ using the below command:cd /opt/vmware/vcloud-director/logs/
ls -lh *request.logrm 2025_08_25.request.logNote: In Cloud Director 10.5.x an issue existed whereby the vcloud.http.log.retainDays setting which was applied using the cell management tool did not work. This issue was resolved in Cloud Director 10.6.0 which is available at VMware Cloud Director product downloads.
To workaround that issue where the setting applied using the cell management tool was not rotating API logs, the following can be performed.
/opt/vmware/vcloud-director/etc/global.properties on the Cloud Director cell.cp /opt/vmware/vcloud-director/etc/global.properties /opt/vmware/vcloud-director/etc/global.properties.backup
vi /opt/vmware/vcloud-director/etc/global.propertiesInsert the below line in the file and specify the amount of days you wish to retain the logs. The below example sets the retention to 10 days.
vcloud.http.log.retainDays=10
Restart the vmware-vcd service on the Cloud Director cell to apply the change. For more information see Managing a Cell.
systemctl restart vmware-vcd.service
More advanced space cleanup steps are detailed in: Cloud Director Portal becomes inaccessible due to cell space issues