2013-03-29 12:28:28 +00:00
|
|
|
etc/bash_completion.d/rados
|
|
|
|
etc/bash_completion.d/rbd
|
2011-09-27 19:41:32 +00:00
|
|
|
usr/bin/ceph
|
|
|
|
usr/bin/ceph-authtool
|
2013-03-29 12:28:28 +00:00
|
|
|
usr/bin/ceph-conf
|
2012-02-21 19:12:37 +00:00
|
|
|
usr/bin/ceph-dencoder
|
Add 'ceph-rest-api'
ceph-rest-api is a Python WSGI module for accessing the Ceph cluster.
It supports most of the commands supported by the ceph CLI,
appropriately translated to HTTP GET/PUT requests. It is not a
truly RESTful interface.
Not supported at this moment: "tell", "pg <pgid>", and "daemon"
commands.
Configuration options are specified in ceph.conf, specified with
-c/--conf or obtained from $CEPH_CONF, /etc/ceph/ceph.conf,
~/.ceph/ceph.conf, or ./ceph.conf.
-n/--name specifies the client name, used for the cluster
authentication key and for the ceph.conf section name (default
is client.restapi).
restapi keyring = <keyring file>
restapi public addr = listenIP:port (default 0.0.0.0:5000)
restapi base url = <base path> (default /api/v0.1)
restapi log level = (error, warning, info, debug)
restapi log file = (default /var/log/ceph/<clientname>.log)
Primitive human-level command discovery is supported; GET from
BASEURL (say, http://localhost:5000/api/v0.1) will show an HTML
table of all commands and arguments, method supported, and help strings.
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2013-07-11 00:39:47 +00:00
|
|
|
usr/bin/ceph-rest-api
|
2013-03-29 12:28:28 +00:00
|
|
|
usr/bin/ceph-syn
|
2010-08-02 16:27:22 +00:00
|
|
|
usr/bin/rados
|
|
|
|
usr/bin/rbd
|
2013-08-17 00:59:11 +00:00
|
|
|
usr/bin/ceph-post-file
|
2011-09-27 19:41:32 +00:00
|
|
|
usr/share/man/man8/ceph-authtool.8
|
2011-09-27 17:02:47 +00:00
|
|
|
usr/share/man/man8/ceph-conf.8
|
2012-02-21 19:12:37 +00:00
|
|
|
usr/share/man/man8/ceph-dencoder.8
|
2013-07-11 23:21:55 +00:00
|
|
|
usr/share/man/man8/ceph-rest-api.8
|
2013-03-29 12:28:28 +00:00
|
|
|
usr/share/man/man8/ceph-syn.8
|
2013-08-17 00:59:11 +00:00
|
|
|
usr/share/man/man8/ceph-post-file.8
|
2013-03-29 12:28:28 +00:00
|
|
|
usr/share/man/man8/ceph.8
|
2010-08-02 16:27:22 +00:00
|
|
|
usr/share/man/man8/rados.8
|
|
|
|
usr/share/man/man8/rbd.8
|
2013-08-17 00:59:11 +00:00
|
|
|
usr/share/ceph/known_hosts_drop.ceph.com
|
|
|
|
usr/share/ceph/id_dsa_drop.ceph.com
|
|
|
|
usr/share/ceph/id_dsa_drop.ceph.com.pub
|