错误提示:clock skew detected on mon.node2, mon.node3

错误翻译:在mon.node2,mon.node3上检测到时钟偏差

ceph配置错误 health HEALTH_ERR clock skew detected on mon.node2, mon.node3

错误的原因:控制节点node2,node3没有和相应都时间同步协议服务器同步,在这两台节点上开启相同的服务,如果没有效果则需要等一点时间或者重启第二次后查看。

[[email protected] ~]#  systemctl restart chronyd

[[email protected] ~]# systemctl enable chronyd

[[email protected] ~]# date -s  '2018-08-08 12:12:12'
2018年 08月 08日 星期三 12:12:12 CST
[[email protected] ~]# ntpdate 192.168.4.6
14 Jul 09:42:12 ntpdate[3084]: step time server 192.168.4.6 offset -2169012.948004 sec
[[email protected] ~]# date

2018年 07月 14日 星期六 09:42:15 CST


相关文章: