*Hello Cephers*
*I have followed Ceph documentation and my radios gateway setup is working fine.* # swift -V 1.0 -A http://bmi-pocfe2.scc.fi/auth -U scc:swift -K secretkey list Hello-World bmi-pocfe2 scc packstack test # # radosgw-admin bucket stats --bucket=scc { "bucket": "scc", "pool": ".rgw.buckets", "index_pool": ".rgw.buckets.index", "id": "default.11276.3", "marker": "default.11276.3", "owner": "scc", "ver": 1, "master_ver": 0, "mtime": 1403091138, "max_marker": "", "usage": {}} # *Next , i am trying to access my object storage using s3 client (s3cmd). I have configured s3cmd with required keys and host information. ( do you think any thing else needs to be modified in .s3cfg file)* # cat .s3cfg | egrep "key|host_" access_key = SN04RLC4GVQBFIYNEJQG host_base = bmi-pocfe2.scc.fi host_bucket = %(bucket)s.bmi-pocfe2.scc.fi secret_key = tCWCXrlGWAx\/kVjO\/Vqsqn1BflaLyAbzS7t7uM4N # *But while accessing it , i am facing problems* # s3cmd ls WARNING: Retrying failed request: / ([Errno -2] Name or service not known) WARNING: Waiting 3 sec... WARNING: Retrying failed request: / ([Errno -2] Name or service not known) WARNING: Waiting 6 sec... WARNING: Retrying failed request: / ([Errno -2] Name or service not known) WARNING: Waiting 9 sec... *Can you please suggest , what can be the problem here which prevents me using object storage via s3cmd. (any pointers , wild guess are welcome)* *Also is DNS server mandatory for s3 ?? anyway i have DNS and its working good.* # nslookup bmi-pocfe2.scc.fi Server: 127.0.0.1 Address: 127.0.0.1#53 bmi-pocfe2.scc.fi canonical name = scc.fi. Name: scc.fi Address: 86.50.1.50 # nslookup myobject.bmi-pocfe2.scc.fi Server: 127.0.0.1 Address: 127.0.0.1#53 myobject.bmi-pocfe2.scc.fi canonical name = scc.fi. Name: scc.fi Address: 86.50.1.50 # nslookup s3.bmi-pocfe2.scc.fi Server: 127.0.0.1 Address: 127.0.0.1#53 s3.bmi-pocfe2.scc.fi canonical name = scc.fi. Name: scc.fi Address: 86.50.1.50 *Expecting support from Great Ceph Community.* Regards Vickram Singh
_______________________________________________ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com