[ceph-users] can specify osd id when using ceph-deploy to build the cluster

2013-07-05 Thread huangjun
hi, Recently,i build the ceph cluster by ceph-deploy, it's much more easy to get this done compared to before flows. But i'm wonder that i can not specfiy the OSD id when create osd by using "ceph-deploy osd create ". and the osd id was generated by the code dynamiclly. so take an example, i have b

Re: [ceph-users] [rados] user handling via api

2013-07-05 Thread Gregory Farnum
On Fri, Jul 5, 2013 at 5:09 AM, Mihály Árva-Tóth wrote: > Hello, > > Is there any method to manage rados users instead of radosgw-admin? We would > like to create an own management system separated from storage and it would > be great if should not call exec() on external binary. There's an admin

Re: [ceph-users] Getting started with RADOS Gateway

2013-07-05 Thread Gregory Farnum
I don't have much experience with the swift interface, but based on the 403 you're getting it looks like everything is running. Have you checked the apache logs and the radosgw log (/var/log/ceph/client.radosgw.0.log or something) for clues? -Greg Software Engineer #42 @ http://inktank.com | http:/

Re: [ceph-users] [rados] user handling via api

2013-07-05 Thread Kristof Szabo
Hi Mihály, I'd create a little CGI script to manage it, can be done under 100 lines :) (Though we use finally radosgw-admin in a restricted shell environment.) Kind regards, Kristóf On Fri, Jul 5, 2013 at 2:09 PM, Mihály Árva-Tóth < mihaly.arva-t...@virtual-call-center.eu> wrote: > Hello, > >

[ceph-users] [rados] user handling via api

2013-07-05 Thread Mihály Árva-Tóth
Hello, Is there any method to manage rados users instead of radosgw-admin? We would like to create an own management system separated from storage and it would be great if should not call exec() on external binary. Thank you, Mihaly ___ ceph-users maili

Re: [ceph-users] about FC support in ceph and file objects location list

2013-07-05 Thread Ugis
Hi, > 2) does ceph support FC or how can i get FC supported in ceph? like we use > iscsi target tool to export rbd block device ,so windows can use it as a > disk. LIO Linux SCSI Target has option to export block device via FC among other options. I guess you can use that to access ceph via FC.

Re: [ceph-users] Getting started with RADOS Gateway

2013-07-05 Thread Howarth, Chris
Many thanks Alvaro. I have modified and still have the same issue (see below). Could really do with a list of checks to be able to find out which components of the radosgw are running correctly and which are not. # radosgw-admin subuser create --uid=gwuser1 --subuser=gwuser1:swift --access=full

Re: [ceph-users] (keystone + radosgw ) users

2013-07-05 Thread Alvaro Izquierdo Jimeno
Hi, Maybe i forgot something but i can't use this behavior: I will try to explain my setting: I have two keystone users: 'x' and 'y' And two keystone tenants: 'xtenant' and 'ytenant' In ceph.conf I have the option: rgw enforce swift acls = true I have got the token for x and xtenant with curl

Re: [ceph-users] Getting started with RADOS Gateway

2013-07-05 Thread Alvaro Izquierdo Jimeno
Hi, Maybe you forgot some step when creating the subuser, because you have empty the subusers field, and you need an id and permisssions Something like that: "subusers": [ { "id": " gwuser1:swift", "permissions": "full-control"}], I think you need to do this step sudo rad

[ceph-users] Rename container (bucket) on rados

2013-07-05 Thread Mihály Árva-Tóth
Hello, Is there any method to rename a container? (via swift or S3 API tools) Thank you, Mihaly ___ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

[ceph-users] Getting started with RADOS Gateway

2013-07-05 Thread Howarth, Chris
Hi - I "think" I have configured the rados gateway correctly on a RHEL6 server using httpd-2.2.15-28.el6_4.x86_64, but an unable to connect and am having a hard time tracking down where the problem is. I am also unclear as to what to check for to validate my config. In particular if I try to con