/opt/vmware/vcloud-director/bin/cell-management-tool manage-config -n vcloud.http.log.retainDays -v 10
/opt/vmware/vcloud-director/logs/jms.log you observe a warning message similar to the following:yyyy-mm-dd xx:xx:xxxxx | WARN | is.core.server.impl.ActiveMQServerImpl$6@2a5fb60a) | server | AMQ222210: Free storage space is at 0B of x.xGB total. Usage rate is 100.0% which is beyond the configured <max-disk-usage>. System will start blocking producers.
VMware Cloud Director 10.4
VMware Cloud Director 10.5
This issue occurs as the log retention parameter vcloud.http.log.retainDays is not being correctly read from the Cloud Director database.
This issue is resolved in VMware Cloud Director 10.6, available at Broadcom Downloads.
If you are unable to upgrade, please see the workaround below.
Workaround:
vcloud.http.log.retainDays=10systemctl restart vmware-vcd.serviceIf immediate cleanup is required, space can be reclaimed by removing the old request.log files located in the /opt/vmware/vcloud-director/logs directory using the below command:
rm YYYY_MM_DD.request.log
Example: rm 2024_08_25.request.log
In cases where the Cloud Director portal becomes entirely inaccessible due to severe cell disk space issues, more advanced cleanup steps are detailed in:Cloud Director Portal becomes inaccessible due to cell space issues