Re: [ceph-users] Power Cycle Problems

2014-01-16 Thread Gao, Wei M
Things to check: 1. Check the network if the IP address change, if the cable is plugged-in 2. Check the data directory(/var/lib/ceph/), usually you would mount the osd data directory to a separate disk. It would be helpful if you can post the logs of ceph here. Best Regards Wei F

[ceph-users] FW: doubt if it's a defect in ceph_rest_api.py or i did anything wrong...

2014-01-13 Thread Gao, Wei M
Hi, All I runned ceph-rest-api and send a getting request to /api/v0.1 but got an internal server error. The log of ceph-rest-api is attached inline below: 2014-01-13 07:41:14,128 __main__ INFO: http://10.239.149.9:5050/api/v0.1 from 10.239.206.107 Mozilla/5.0 (Windows NT 6.2; WOW64; rv:26.0)

Re: [ceph-users] How to setup ceph object gateway storage

2014-01-02 Thread Gao, Wei M
I am wondering what kind of issue you met. maybe you can post your issues here. Best Regards Wei From: ceph-users-boun...@lists.ceph.com [mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of haiquan...@sina.com Sent: Friday, January 3, 2014 9:16 AM To: ceph-users; james.harper Subject: [ceph-

Re: [ceph-users] Restrict user access per bucket

2013-12-30 Thread Gao, Wei M
You can set the bucket ACL or Canned_ACL. By default, only the owner can access a private bucket. http://ceph.com/docs/master/radosgw/s3/bucketops/#put-bucket-acl Best Regards Wei From: ceph-users-boun...@lists.ceph.com [mailto:ceph-users-boun...@lists.ceph.com] On Behalf Of hemant burman Se

Re: [ceph-users] Bucket seems not deleted completely in RGW

2013-12-29 Thread Gao, Wei M
Hello, Anyone who can help clear my doubts? This is important to me. Thanks in advance! Best Regards Wei From: Gao, Wei M Sent: Thursday, December 26, 2013 4:25 PM To: ceph-users@lists.ceph.com Subject: Bucket seems not deleted completely in RGW Hello, I noticed that when a bucket

Re: [ceph-users] Query regarding installation of Emperor

2013-12-26 Thread Gao, Wei M
You may have set HTTP_PROXY environment and that's why you can succeed to execute the command directly. Please try to edit the /etc/wgetrc to enable proxy (this needs to be done on all the Ceph nodes): https_proxy = http://[proxy-server]:[port]/ http_proxy =

[ceph-users] Bucket seems not deleted completely in RGW

2013-12-26 Thread Gao, Wei M
Hello, I noticed that when a bucket deleted the some objects related to that bucket in pool .rgw and .rgw.buckets (I used default configuration of RGW) weren't deleted. For example, I created a bucket named "test-bucket" and put two objects("test-object" and "test-object2") into it. After "test

[ceph-users] REST API issue for getting bucket policy

2013-12-06 Thread Gao, Wei M
Hi all, I am working on the ceph radosgw(v0.72.1) and when I call the rest api to read the bucket policy, I got an internal server error(request URL is: /admin/bucket?policy&format=json&bucket=test.). However, when I call this: /admin/bucket?policy&format=json&bucket=test&object=obj, I got the

[ceph-users] integration of radosgw and keystone

2013-11-15 Thread Gao, Wei M
Hi, all I am a beginner of ceph and tried to integrate radosgw and keystone according to the guide here(http://ceph.com/docs/master/radosgw/config/#integrating-with-openstack- keystone). My ceph version is v0.67.4. I was able to run: swift -V 1.0 -A http://10.239.149.9:8000/auth -U test:swift