CEPH command line interface
npm install ceph-cli# ceph-cli
__CEPH command line interface__
Help you easily managing your CEPH storage.
## Table of contents
* Get Started
* Sub Commands
* Recommendations
## Links
## Get Started
``bashAfter installation, a global command "ceph" will be available.
npm install -g ceph-cli
Here
conn.json is a JSON formatted file which contains necessary connection configuration to a remote CEPH storage. See osapi README / OpenStack Swift Style for an example.## Sub Commands
The following sub commands or command-sets are avaiable under command
ceph:
* __container__
To manage the containers.
- __clear__
- __create__
- __delete__
- __list__* __delete__
To delete an object.
* __download__
To download an object to local file system.
* __info__
Display meta data of container or object.
* __list__
To list/find objects.
* __rename__
Rename an existing object.
* __upload__
To create an object with content in the specified file.
1. Run
ceph to print main manual page.
1. Run ceph * ceph
* ceph-agent
* ceph-cli
* ceph-sync
* osapi