昨天Proxmox ve测试集群的ceph提示配置错误 health HEALTH_ERR clock skew detected on mon.node2, mon.node3
由于没有配置时间同步导致:配置方法如下
安装ntpdate
yum install ntpdate -y
配置ntp服务,确保时间同步
ntpdate ntp3.aliyun.com
crontab -e
*/20 * * * * ntpdate ntp3.aliyun.com
昨天Proxmox ve测试集群的ceph提示配置错误 health HEALTH_ERR clock skew detected on mon.node2, mon.node3
由于没有配置时间同步导致:配置方法如下
安装ntpdate
yum install ntpdate -y
配置ntp服务,确保时间同步
ntpdate ntp3.aliyun.com
crontab -e
*/20 * * * * ntpdate ntp3.aliyun.com