码迷,mamicode.com
首页 > 其他好文 > 详细

Salt之Cpu 100%无响应故障 Salt request timed out. The master is not responding

时间:2020-04-05 09:30:47      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:salt   info   async   odi   lookup   enc   删除   may   故障   

报错信息如下:

Salt request timed out. The master is not responding. You may need to run your command with `--async` in order to bypass the congested event bus. With `--async`, the CLI tool will print the job id (jid) and exit immediately without listening for responses. You can then use `salt-run jobs.lookup_jid` to look up the results of the job in the job cache later.

 

技术图片

 

 

CPU一直是非常的高,解决方法是通过 strace -p 7161 跟踪这个pid查出salt再做什么,我这里查出是在lstat一个目录,目录异常,经确认后无用,

删除目录后解决。

Salt之Cpu 100%无响应故障 Salt request timed out. The master is not responding

标签:salt   info   async   odi   lookup   enc   删除   may   故障   

原文地址:https://www.cnblogs.com/topicjie/p/12635726.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!