在salt master端执行salt ‘*’ test.ping时,某一节点出现如下报错: Minion did not return. [No response]
登陆到这一节点查看minion的日志,发现如下的问题
1 2 3 4 5 6 7 8
$ tail -f /var/log/salt/minion The master may need to be updated if it is a version of Salt lower than 2015.5.3, or If you are confident that you are connecting to a valid Salt Master, then remove the master public key and restart the Salt Minion. The master public key can be found at: /etc/salt/pki/minion/minion_master.pub 2015-11-23 23:30:02,645 [salt.crypt ][ERROR ][3530] The Salt Master has cached the public key for this node, this salt minion will waitfor 10 seconds before attempting to re-authenticate 2015-11-23 23:30:05,108 [salt.crypt ][ERROR ][3586] The Salt Master has cached the public key for this node, this salt minion will waitfor 10 seconds before attempting to re-authenticate 2015-11-23 23:30:15,136 [salt.crypt ][ERROR ][3586] The Salt Master has cached the public key for this node, this salt minion will waitfor 10 seconds before attempting to re-authenticate