/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:2024-11-27 07:44:51,031 | WARN | is.core.server.impl.ActiveMQServerImpl$6@2a5fb60a) | server | AMQ222210: Free storage space is at 0B of 29.0GB 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=10
systemctl restart vmware-vcd.service
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