Re: [ceph-users] Ceph REST API

2019-03-06 Thread Martin Verges
Hello, you could use croit to manage your cluster. We provide a extensive RESTful API that can be used to automate near everything in your cluster. Take a look at https://croit.io/docs/v1901 and try it yourself with our vagrant demo or using the production guide. If you miss something, please fee

[ceph-users] Ceph REST API

2019-03-05 Thread parkiti.babu
Hi, As I referring the below link for Ceph REST API http://docs.ceph.com/docs/mimic/mgr/restful/ Some of the other endpoints implemented in the restful module include: /confi

Re: [ceph-users] ceph-rest-api not starting

2014-06-30 Thread Alpha Sall
I assume that the credentials are correct because the rest-api was running before I send that bad request. On Mon, Jun 30, 2014 at 2:29 PM, Wido den Hollander wrote: > On 06/30/2014 02:20 PM, alphaoumar.s...@orange.com wrote: > >> Hi, >> >> My ceph-rest-api api is not starting. I have this err

Re: [ceph-users] ceph-rest-api not starting

2014-06-30 Thread Wido den Hollander
On 06/30/2014 02:20 PM, alphaoumar.s...@orange.com wrote: Hi, My ceph-rest-api api is not starting. I have this error: ceph-rest-api -c /etc/ceph/ceph.conf Traceback (most recent call last): File "/usr/bin/ceph-rest-api", line 59, in rest, File "/usr/lib/python2.7/dist-packages/

[ceph-users] ceph-rest-api not starting

2014-06-30 Thread alphaoumar.sall
Hi, My ceph-rest-api api is not starting. I have this error: >> ceph-rest-api -c /etc/ceph/ceph.conf Traceback (most recent call last): File "/usr/bin/ceph-rest-api", line 59, in rest, File "/usr/lib/python2.7/dist-packages/ceph_rest_api.py", line 496, in generate_app addr, port =

Re: [ceph-users] ceph-rest-api (image locks)

2014-06-26 Thread Wido den Hollander
On 06/26/2014 02:49 PM, NEVEU Stephane wrote: Hi, I’m just discovering ceph-rest-api and I ‘d like to know : is there a way to play with images ? I mean, I cannot find a way to create/destroy/resize images in a pool for example… and what about lock_exclusive / lock_shared / unlock images ? Is

[ceph-users] ceph-rest-api (image locks)

2014-06-26 Thread NEVEU Stephane
Hi, I'm just discovering ceph-rest-api and I 'd like to know : is there a way to play with images ? I mean, I cannot find a way to create/destroy/resize images in a pool for example... and what about lock_exclusive / lock_shared / unlock images ? Is it still to come or am I missing something ?