rgw create bucket 403 error

2014-09-28 Thread Zhao zhiming
HI ALL, I use java code to invoke s3 api to create bucket, but I get some error as follow. And I found many hours with google but can’t solve it. The access_key, secret_key and the java code is no problem, because I change to another rgw (use the same code only change the rgw url) is OK.

rgw doc CONFIGURING PRINT CONTINUE

2014-09-23 Thread Zhao zhiming
HI ALL, I saw the ceph radios gateway doc (http://ceph.com/docs/master/radosgw/config/#configuring-print-continue) say: On CentOS/RHEL distributions, turn off print continue. If you have it set to true, you may encounter problems with PUT operations.: But when I set this config item to

How to use radosgw-admin to delete some or all users?

2014-09-18 Thread Zhao zhiming
HI ALL, I know radosgw-admin can delete one user with command ‘radosgw-admin user rm uid=xxx’, I want to know have some commands to delete multiple or all users? thanks. -- To unsubscribe from this list: send the line unsubscribe ceph-devel in the body of a message to

Re: radosgw-admin list users?

2014-09-18 Thread Zhao zhiming
Thanks Robin and Yehuda, but I want to how to delete multiple users. I use 'radosgw-admin metadata list user’ to list all users, and found some users have unreadable code. radosgw-admin metadata list user [ zzm1, ?zzm1, ?zzm1”] and I can’t delete these unreadable users.