rook / rook

Storage Orchestration for Kubernetes
https://rook.io
Apache License 2.0
12.32k stars 2.69k forks source link

clock skew detected on mon.b, mon.c #4875

Closed kevinsingapore closed 4 years ago

kevinsingapore commented 4 years ago

after initiating the rook-ceph service, the ceph-status health occurs the warning informatiion as below: image then how to solve? thank u!

kevinsingapore commented 4 years ago

i have solve the issue. url->https://github.com/rook/rook/issues/2286#issuecomment-586712492

leseb commented 4 years ago

i have solve the issue. url->#2286 (comment)

Closing then.

kubecto commented 5 months ago

Use the time synchronization server, which is configured on the k8s master node

cat /etc/chrony.conf
server ntp.aliyun.com prefer iburst
server ntp.tencent.com iburst
server 10.102.28.80 iburst

driftfile /var/lib/chrony/drift
local stratum 8
manual
makestep 1.0 3
rtcsync
allow 0.0.0.0/0
logdir /var/log/chrony

All node nodes are connected to master nodes

cat /etc/chrony.conf
server 10.102.28.80 prefers iburst
server master iburst
driftfile /var/lib/chrony/drift
logdir /var/log/chrony
log measurements statistics tracking
makestep 1.0 3
rtcsync
logdir /var/log/chrony