首页 > 数据库技术 > 详细

tidb 安装deploy-ntp.yml失败,什么原因?

时间:2019-05-13 16:22:38      阅读:481      评论:0      收藏:0      [点我收藏+]

在同步时间服务的时候报错,信息如下.实际上我配置的时间服务器的IP就是如下的10.188.100.103,在

执行$ansible-playbook -i hosts.ini deploy_ntp.yml -u tidb -b 命令之前,时间服务器是启动了的,机器之间的时间服务也是同步了,

但就是报如下错,目前没有找到原因。导致tidb的集群安装进行不下去

 

TASK [Adjust Time | start to adjust time with 10.188.100.103] ******************

fatal: [10.188.100.103]: FAILED! => {"changed": true, "cmd": "ntpdate 10.188.100.103", "delta": "0:00:08.106175", "end": "2019-05-13 15:48:58.136810", "msg": "non-zero return code", "rc": 1, "start": "2019-05-13 15:48:50.030635", "stderr": "13 May 15:48:58 ntpdate[7573]: no server suitable for synchronization found", "stderr_lines": ["13 May 15:48:58 ntpdate[7573]: no server suitable for synchronization found"], "stdout": "", "stdout_lines": []}
fatal: [10.188.99.194]: FAILED! => {"changed": true, "cmd": "ntpdate 10.188.100.103", "delta": "0:00:08.107849", "end": "2019-05-13 15:48:58.151947", "msg": "non-zero return code", "rc": 1, "start": "2019-05-13 15:48:50.044098", "stderr": "13 May 15:48:58 ntpdate[6822]: no server suitable for synchronization found", "stderr_lines": ["13 May 15:48:58 ntpdate[6822]: no server suitable for synchronization found"], "stdout": "", "stdout_lines": []}
to retry, use: --limit @/home/tidb/tidb-ansible/retry_files/deploy_ntp.retry

 

tidb 安装deploy-ntp.yml失败,什么原因?

原文:https://www.cnblogs.com/cqliyongqiang/p/10857103.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!