ceph rest api启用
1、在ceph的monitor服务器端。
修改vi /etc/ceph/ceph.conf下增加
[global]
public addr = 1.2.0.0: 40000
2、如果1中不修改,则默认是0.0.0.0:5000
3、启用ceph-rest-api
ceph-rest-api -n client.admin
1、在ceph的monitor服务器端。
修改vi /etc/ceph/ceph.conf下增加
[global]
public addr = 1.2.0.0: 40000
2、如果1中不修改,则默认是0.0.0.0:5000
3、启用ceph-rest-api
ceph-rest-api -n client.admin