Hi Lakshmi,
Is your issues solved, can you please let me know if you solved this, bcoz I am
also having same issue.
Thanks & Regards,
Naga Venkata
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.
I am also having same issue can somebody help me out. But for me it is
"HTTP/1.1 404 Not Found".
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
I am also having same issue can somebody help me out. But for me it is
"HTTP/1.1 404 Not Found".
___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
Below is the output of radosgw admin user info. Am I missing something here.
Appreciate your help.
ceph-gateway@ceph-gateway:~$ radosgw-admin user info --uid=ganapati
{ "user_id": "ganapati",
"display_name": "I",
"email": "",
"suspended": 0,
"max_buckets": 1000,
"auid": 0,
"subusers":
Maybe some of the user data is not correct...
If you try
radosgw-admin user info --uid=ganapati
is the subuser there?
The key that you must use should be under "swift_keys".
Otherwise, be sure that the user is created with
radosgw-admin key create --subuser=username:subusername --key-type=
Thanks for the response. Curl yields the following -
ceph-gateway@ceph-gateway:~$ curl -v -i http://ceph-gateway/auth -X GET -H
"X-Auth-User:ganapati:swift" -H
"X-Auth-Key:GIn60fmdvnEh5tSiRziixcO5wVxZjg9eoYmtX3hJ"
Hostname was NOT found in DNS cache
Trying 127.0.1.1...
Connected to ceph-gatewa
You may try to debug your issue by using curl requests.
If you use your Swift credentials, a request of this format should give you
a 20X return code (probably 204):
curl -v -i http:///auth -X GET -H "X-Auth-User:
testuser:swiftuser" -H "X-Auth-Key:
ksYDp8dul80Ta1PeDkFFyLem1FlrtvnyzYiaqvh8"
If t
Resending my earlier message.
On Tuesday, July 15, 2014 10:58 PM, lakshmi k s wrote:
Hello Ceph Users -
My Ceph setup consists of 1 admin
node, 3 OSDs, I radosgw and 1 client. One of OSD node also hosts monitor node.
Ceph Health is OK and I have verified the radosgw runtime. I have create
On 07/16/2014 07:58 AM, lakshmi k s wrote:
Hello Ceph Users -
My Ceph setup consists of 1 admin node, 3 OSDs, I radosgw and 1 client.
One of OSD node also hosts monitor node. Ceph Health is OK and I have
verified the radosgw runtime. I have created S3 and Swift users using
radosgw-admin. But whe