syf-zsxm
syf-zsxm
Please check whether files `/var/cache/salt/minion/files/base/_modules/ceph.py` existed on minion nodes.
Does `salt '*' test.ping` work? if work well, please try to run `salt '*' saltutil.sync_all` or restart the salt-minion. if not, you have to re-establish the connection between salt-minion and...
Please try the follow change: https://github.com/ceph/calamari/blob/1.3/salt/srv/salt/_modules/ceph.py: L594 Change AdminSocketError to Exception. your local file positon maybe: /opt/calamari/salt/salt/_modules/ceph.py : L594 then run command: salt "*" saltutil.sync_all. or restart salt-minion services of...
I've had a similar problem too. and solved by modify the gevent version from : gevent>=1.0 greenlet>=0.4 to : gevent==1.0.2 greenlet==0.4.9 in files: ./requirements/2.7/requirements.production.txt and ../requirements/2.7/requirements.txt . this problem happend...
I’m so happy see this PR, I have the same idea recently. But if move run_mon_job to cthulhu, what should we do with the follow error, if the remote job...
> The 10s timeout seems like a short one, maybe we should look at a way to make it 30s? (or configurable maybe?) @b-ranto Good idea. We can specify the...