R repa Renowned Member Nov 18, 2010 37 4 73 Mar 19, 2020 #1 Hi, we have 3 monitors in our CEPH cluster. two of them are reporting "clock skew detected on mon A, B", the third one is green. We have ntpdate installed, time seems to be fine. How can we get rid of this error?
Hi, we have 3 monitors in our CEPH cluster. two of them are reporting "clock skew detected on mon A, B", the third one is green. We have ntpdate installed, time seems to be fine. How can we get rid of this error?
Alwin Proxmox Retired Staff Retired Staff Aug 1, 2017 4,617 486 88 Mar 19, 2020 #2 repa said: We have ntpdate installed, time seems to be fine. Click to expand... IIRC, ntpdate sets the time abruptly and doesn't just speed up / slow down time. Better use timesyncd (default) or ntpd.
repa said: We have ntpdate installed, time seems to be fine. Click to expand... IIRC, ntpdate sets the time abruptly and doesn't just speed up / slow down time. Better use timesyncd (default) or ntpd.
R repa Renowned Member Nov 18, 2010 37 4 73 Mar 19, 2020 #3 Okay i was able to fix it * apt purge ntp * vi /etc/systemd/timesyncd.conf * NTP=<yourservers> * timedatectl set-ntp true * timedatectl status 15 minutes later, skew issue went away. Thanks! Reactions: Mayank006, kudaondelsa and Alwin
Okay i was able to fix it * apt purge ntp * vi /etc/systemd/timesyncd.conf * NTP=<yourservers> * timedatectl set-ntp true * timedatectl status 15 minutes later, skew issue went away. Thanks!