Guys
I am getting a problem on CentOS7 , Salt version 2015.
after I installed all package and executed "salt-key -L" ,it was return ok.
[root@mon calamari]# salt-key -L
Accepted Keys:
mon
osd1
osd2
Denied Keys:
Unaccepted Keys:
Rejected Keys:
Then , when i was execute "salt '*' ceph.get_heartbeats", it was return error,
[root@mon calamari]# salt '*' ceph.get_heartbeats
osd1:
    'ceph.get_heartbeats' is not available.
osd2:
    'ceph.get_heartbeats' is not available.
mon:
    'ceph.get_heartbeats' is not available.
ERROR: Minions returned with non-zero exit code
My salt version:
[root@mon calamari]# salt --version
salt 2015.8.13 (Beryllium)
[root@mon calamari]# salt-minion --version
salt-minion 2015.8.13 (Beryllium)
could any one tell me what happened with this, and how to fix it .thanks.