错误信息 [ERROR ] Error parsing configuration file: /etc/salt/minion - conf should be a document, not <type 'str'>. [ERROR ] DNS lookup of 'salt' failed. 修改minion文件的master是漏了空格 #master: salt 应该修改为 master:空格ip
2.salt master已缓存此节点的公钥,此salt minion将等待10秒,然后再尝试重新验证. [ERROR ] The Salt Master has cached the public key for this node, this salt minion will wait for 10 seconds before attempting to re-authenticate 解决办法: 请务必关闭selinux和iptables
遇到PHP Startup: Unable to load dynamic library:undefined symbol: zval_used_for_init in Unknown on line 0问题 综合网上的一些答案,提出两个解决办法: 1.redis版本太老,可以去http://pecl.php.net/package/redis下载较新版本,我的是3.16 2.在redis源码包中make && make install 前没有加make clean,特别是在php版本升
在salt master端执行salt ‘*’ test.ping时,某一节点出现如下报错:Minion did not return. [No response] 登陆到这一节点查看minion的日志,发现如下的问题: $ tail -f /var/log/salt/minion The master may need to be updated , or If you are confident that you are connecting to a valid Salt Master,
salt尽管好用可是机器管理的越来越多,通过cli的结果输出方式查看运行结果越来越多不能满足我的需求.并且作为一个推动运维自己主动化的攻城狮,使用这样的人眼查看运行结果的方式简直土到掉渣.尽管别人看起来逼格非常高.但谁累谁知道...因为以上原因,给各位推荐一种逼格更高的结果查看方式: salt returners 先来看一下官方结构图: Send data returned by Salt Minions to another system, such as a database. Return