Starting in vCloud Availability 3.0.2 you can control the interval for refreshing vApp settings and the peer timeout for the API calls used to get these settings.
To configure these new properties, perform the steps below:
- Create an SSH session to the vApp Replication Manager and log in as root.
- Open the /opt/vmware/h4/cloud/config/application.properties file with a text editor such as vi.
- Search for the following vcd.vapp.settings lines and remove the # to uncomment them:
#The refresh interval of replicated vApp settings and metadata in miliseconds
#vcd.vapp.settings.interval=300000
#The http timeout for the refresh settings peer call
#vcd.vapp.settings.timeout=300000
- Set the properties values to your desired range.
Note: The values in the application.properties file are in milliseconds.
- Save the changes and close the file.
- Restart the cloud service with the following command:
systemctl restart cloud