Hi
I'm having some trouble getting the Proxmox hosts in a 2 node cluster to sync their time via chrony. I have the following setup...
2 Windows Domain Controllers - The primary domain controller (owner of the FSMO role) is configured to sync it's time from uk.pool.ntp.org using NTP. This is syncing successfully. The second domain controller is configured to sync it's time from the first domain controller using standard windows time sync (NT5DS).
I then have 6 x Ubuntu 24.04 servers all configured to sync their time, using chrony, from the 2 domain controllers. All 6 are successfully syncing their time.
The 2 nodes in the Proxmox cluster are also configured to sync their time from the same 2 domain controllers, using an identical chrony.conf file as the 6 Ubuntu servers, however, neither of them is able to successfully sync their time.
The output of chronyc sources -v shows both domain controllers as unusable dispite at least one of them having a reachability register of 377 which indicates that a valid reply was received for all from the last eight transmissions. (See below)
And the output of chronyc tracking shows
Does anyone know any way to get this working successfully??
I'm having some trouble getting the Proxmox hosts in a 2 node cluster to sync their time via chrony. I have the following setup...
2 Windows Domain Controllers - The primary domain controller (owner of the FSMO role) is configured to sync it's time from uk.pool.ntp.org using NTP. This is syncing successfully. The second domain controller is configured to sync it's time from the first domain controller using standard windows time sync (NT5DS).
I then have 6 x Ubuntu 24.04 servers all configured to sync their time, using chrony, from the 2 domain controllers. All 6 are successfully syncing their time.
The 2 nodes in the Proxmox cluster are also configured to sync their time from the same 2 domain controllers, using an identical chrony.conf file as the 6 Ubuntu servers, however, neither of them is able to successfully sync their time.
The output of chronyc sources -v shows both domain controllers as unusable dispite at least one of them having a reachability register of 377 which indicates that a valid reply was received for all from the last eight transmissions. (See below)
Code:
root@PROXMOX01:~# chronyc sources -v
.-- Source mode '^' = server, '=' = peer, '#' = local clock.
/ .- Source state '*' = current best, '+' = combined, '-' = not combined,
| / 'x' = may be in error, '~' = too variable, '?' = unusable.
|| .- xxxx [ yyyy ] +/- zzzz
|| Reachability register (octal) -. | xxxx = adjusted offset,
|| Log2(Polling interval) --. | | yyyy = measured offset,
|| \ | | zzzz = estimated error.
|| | | \
MS Name/IP address Stratum Poll Reach LastRx Last sample
===============================================================================
^? wgb01dc1001.internal.web> 2 8 7 73 +310.7s[+310.7s] +/- 7628ms
^? fd72:2959:1aa6:b7d1:a1f9> 3 4 377 3 +310.4s[+310.4s] +/- 15.5s
And the output of chronyc tracking shows
Code:
root@PROXMOX01:~# chronyc tracking
Reference ID : 00000000 ()
Stratum : 0
Ref time (UTC) : Thu Jan 01 00:00:00 1970
System time : 0.000000027 seconds slow of NTP time
Last offset : +0.000000000 seconds
RMS offset : 0.000000000 seconds
Frequency : 492.022 ppm fast
Residual freq : +0.000 ppm
Skew : 0.000 ppm
Root delay : 1.000000000 seconds
Root dispersion : 1.000000000 seconds
Update interval : 0.0 seconds
Leap status : Not synchronised
Does anyone know any way to get this working successfully??