To resolve this issue move the appliances closer to the NTP server so the root distance decreases.
Workaround:
To workaround this issue you can increase the default maximum root distance allowed by the systemd-timesync service
- SSH to the affected appliance.
- Login using the root account and password
- Backup the timesyncd.conf
cp /etc/systemd/timesyncd.conf /etc/systemd/timesyncd.conf.bkp
- vi /etc/systemd/timesyncd.conf
- Remove the "#" in front of the line #RootDistanceMaxSec=5
- Increase RootDistanceMaxSec=5 to RootDistanceMaxSec=30
- Save the changes using ":wq!"
- Restart the systemd-timesync.service
systemctl restart systemd-timesync.service
- After 30 seconds refresh the Cloud Director Availability service UI in the browser and confirm the NTP error is gone.