Hello Everyone, I was trying to configure Ceph Object Gateway and in the final boto script running into connectivity issues . I am following the link
http://docs.ceph.com/docs/master/radosgw/config/ for this .
I was able to get the Apache and FastCgi configured but in the Section for the Test Access Verification I am not able to verify its working .
I am getting the following Error when I run the script root@ceph-main:~# python s3test.py Traceback (most recent call last): File "s3test.py", line 12, in <module> bucket = conn.create_bucket('my-new-bucket') File "/usr/lib/python2.7/dist-packages/boto/s3/connection.py", line 495, in create_bucket data=""> File "/usr/lib/python2.7/dist-packages/boto/s3/connection.py", line 547, in make_request retry_handler=retry_handler File "/usr/lib/python2.7/dist-packages/boto/connection.py", line 1017, in make_request retry_handler=retry_handler) File "/usr/lib/python2.7/dist-packages/boto/connection.py", line 897, in _mexe request.body, request.headers) File "/usr/lib/python2.7/httplib.py", line 973, in request self._send_request(method, url, body, headers) File "/usr/lib/python2.7/httplib.py", line 1007, in _send_request self.endheaders(body) File "/usr/lib/python2.7/httplib.py", line 969, in endheaders self._send_output(message_body) File "/usr/lib/python2.7/httplib.py", line 829, in _send_output self.send(msg) File "/usr/lib/python2.7/httplib.py", line 791, in send self.connect() File "/usr/lib/python2.7/httplib.py", line 1172, in connect self.timeout, self.source_address) File "/usr/lib/python2.7/socket.py", line 571, in create_connection raise err socket.error: [Errno 111] Connection refused Any pointers to this issue. Regards Teclus Dsouza |
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com