Hello, I am new to ceph and have a problem about ceph object gateway usage, did not find enough hints by googling it, so send an email here, thanks. I have a ceph server with object gateway configured, and another client node to test the object accessing. On the client when I using s3cmd (a python tool), everything works fine including creating/list bucket, put/get object. This proves the ceph object gateway should be fine. But when I using libs3 (clone from http://github.com/wido/libs3.git ), the s3 commander does not work as expected: root@node74:~# s3 -u list Bucket Created -------------------------------------------------------- -------------------- root@node74:~# s3 -u create mybucket ERROR: XmlParseFailure On ceph object gateway server-side, when the error happens, no new log added to “/var/log/apache2/error.log”, one log added to “/var/log/apache2/access.log” as “10.32.231.74 - - [06/Jan/2015:15:57:47 +0800] "PUT /rrrr/ HTTP/1.1" 405 524 "-" "Mozilla/4.0 (Compatible; s3; libs3 0.9; Linux x86_64)". And no new log added to “/var/log/radosgw/xxx.log”. Anybody can give me some hints about what’s the problem and how to resolve it? Best Regards, Xuezhao |
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com