January 2019
Intermediate to advanced
606 pages
15h 1m
English
Let's configure and use the Ceph REST API to check some cluster states:
# ceph auth get-or-create client.restapi mds 'allow *' osd 'allow *' mon 'allow *' > /etc/ceph/ceph.client.restapi.keyring
[client.restapi] log file = /var/log/ceph/ceph.restapi.log keyring = /etc/ceph/ceph.client.restapi.keyring
# nohup ceph-rest-api > /var/log/ceph-rest-api &> /var/log/ ceph-rest-api-error.log &
Read now
Unlock full access