Proxmox ve 中设置ceph 时间同步

昨天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

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。