Re: [ceph-users] How do I start ceph jewel in CentOS?

2016-05-26 Thread Mikaël Guichard
Hi, Thanks Benjeman, It works. A little bit late but could help somebody else with this example. I use ceph.target to start a rados gateway on centos. To activate service, I just do : cd /etc/systemd/system mkdir ceph.target.wants cd ceph.target.wants ln -s /usr/lib/systemd/system/ceph-radosgw@

Re: [ceph-users] Is there an api to list all s3 user

2016-03-18 Thread Mikaël Guichard
Hi Php aws sdk with personal updates can do that. First, you need a functionnal php_aws_sdk with your radosgw and an account (access/secret key) with metadata caps. I use aws Version 2.8.22 : $aws = Aws::factory('config.php'); $this->s3client = $aws->get('s3'); http://docs.aws.amazon.c

[ceph-users] Rados gateway / no socket server point defined

2015-09-24 Thread Mikaël Guichard
Hi, I encounter this error : > /usr/bin/radosgw -d --keyring /etc/ceph/ceph.client.radosgw.keyring -n client.radosgw.myhost 2015-09-24 17:41:18.223206 7f427f074880 0 ceph version 0.94.3 (95cefea9fd9ab740263bf8bb4796fd864d9afe2b), process radosgw, pid 4570 2015-09-24 17:41:18.349037 7f427f074

Re: [ceph-users] Error create subuser

2015-07-01 Thread Mikaël Guichard
It's not really a problem, swift johndoe user works if he has a record in swift_keys. The s3 secret key of johndoe user is here : "keys": [ { "user": "johndoe", "access_key": "91KC4JI5BRO39A22JY9I", "secret_key": "Z5kLaBtg870xBhYtb4RKY82qGsbiqRpGs\/KQUXKF"}, I tested

Re: [ceph-users] Error create subuser

2015-07-01 Thread Mikaël Guichard
Hi, I think it's because secret key for swift subuser is not generated : radosgw-admin key create --subuser=johndoe:swift --key-type=swift --gen-secret Mikaël Le 01/07/2015 14:50, Jimmy Goffaux a écrit : radosgw-agent=> 1.2.1trust Ubuntu 14.04 English version : Hello, According to t