首页 > 其他 > 详细

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

时间:2020-04-05 09:39:32      阅读:376      评论:0      收藏:0      [点我收藏+]

报错信息如下:

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

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

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