Re: [ceph-users] Pool with empty name recreated

2014-04-25 Thread mykr0t
I think yes, you can see request headers in the attached radosgw.log. Can you try access you cluster with curl or wget with none-existent bucket and file? and then show ceph osd dump? -- Regards, Mikhail On Fri, 25 Apr 2014 16:26:09 +0400 Irek Fasikhov wrote: > You correctly configured DNS re

Re: [ceph-users] Pool with empty name recreated

2014-04-25 Thread Irek Fasikhov
You correctly configured DNS records? 2014-04-25 16:24 GMT+04:00 : > $ radosgw-admin bucket list > [ > "test"] > > > -- > Regards, > Mikhail > > > On Fri, 25 Apr 2014 15:48:23 +0400 > Irek Fasikhov wrote: > > > Hi. > > > > radosgw-admin bucket list > > > > > > > > 2014-04-25 15:32 GMT+04:00

Re: [ceph-users] Pool with empty name recreated

2014-04-25 Thread mykr0t
$ radosgw-admin bucket list [ "test"] -- Regards, Mikhail On Fri, 25 Apr 2014 15:48:23 +0400 Irek Fasikhov wrote: > Hi. > > radosgw-admin bucket list > > > > 2014-04-25 15:32 GMT+04:00 : > > > Hi, All. > > Yesterday i managed to reproduce the bug on my test environment > > with a fr

Re: [ceph-users] Pool with empty name recreated

2014-04-25 Thread Irek Fasikhov
Hi. radosgw-admin bucket list 2014-04-25 15:32 GMT+04:00 : > Hi, All. > Yesterday i managed to reproduce the bug on my test environment > with a fresh installation of dumpling release. I`ve attached the > link to archive with debug logs. > http://lamcdn.net/pool_with_empty_name_bug_logs.tar.gz

Re: [ceph-users] Pool with empty name recreated

2014-04-25 Thread mykr0t
Hi, All. Yesterday i managed to reproduce the bug on my test environment with a fresh installation of dumpling release. I`ve attached the link to archive with debug logs. http://lamcdn.net/pool_with_empty_name_bug_logs.tar.gz Test cluster contains only one bucket with name "test" and one file in th

Re: [ceph-users] Pool with empty name recreated

2014-04-24 Thread Christopher O'Connell
I'm going to note that I've seen this on Firefly. I don't think it necessarily needs a named release, but I can confirm that it seems to be related to radosgw. All the best, ~ Christopher On Thu, Apr 24, 2014 at 10:33 AM, Gregory Farnum wrote: > Yehuda says he's fixed several of these bugs in

Re: [ceph-users] Pool with empty name recreated

2014-04-24 Thread Gregory Farnum
Yehuda says he's fixed several of these bugs in recent code, but if you're seeing it from a recent dev release, please file a bug! Likewise if you're on a named release and would like to see a backport. :) -Greg Software Engineer #42 @ http://inktank.com | http://ceph.com On Thu, Apr 24, 2014 at

Re: [ceph-users] Pool with empty name recreated

2014-04-24 Thread Dan van der Ster
Hi, We also get the '' pool from rgw, which is clearly a bug somewhere. But we recently learned that you can prevent it from being recreated by removing the 'x' capability on the mon from your client.radosgw.* users, for example: client.radosgw.cephrgw1 key: xxx caps: [mon] allow r

Re: [ceph-users] Pool with empty name recreated

2014-04-24 Thread Irek Fasikhov
I do not use distributed replication across zones. :) 2014-04-24 15:00 GMT+04:00 : > I dont use distributed replication across zones. > $ sudo radosgw-admin zone list > { "zones": [ > "default"]} > > -- > Regards, > Mikhail > > > On Thu, 24 Apr 2014 14:52:09 +0400 > Irek Fasikhov wrote:

Re: [ceph-users] Pool with empty name recreated

2014-04-24 Thread mykr0t
I dont use distributed replication across zones. $ sudo radosgw-admin zone list { "zones": [ "default"]} -- Regards, Mikhail On Thu, 24 Apr 2014 14:52:09 +0400 Irek Fasikhov wrote: > These pools of different purposes. > > > [root@ceph01 ~]# radosgw-admin zone list > { "zones": [ >

Re: [ceph-users] Pool with empty name recreated

2014-04-24 Thread Irek Fasikhov
These pools of different purposes. [root@ceph01 ~]# radosgw-admin zone list { "zones": [ "default"]} [root@ceph01 ~]# radosgw-admin zone get default { "domain_root": ".rgw", "control_pool": ".rgw.control", "gc_pool": ".rgw.gc", "log_pool": ".log", "intent_log_pool": ".intent-log",

Re: [ceph-users] Pool with empty name recreated

2014-04-24 Thread mykr0t
> You need to create a pool named ".rgw.buckets.index" I tried it before i sent a letter to the list. All of my buckets have "index_pool": ".rgw.buckets". -- Regards, Mikhail On Thu, 24 Apr 2014 14:21:57 +0400 Irek Fasikhov wrote: > You need to create a pool named ".rgw.buckets.index" > > >

Re: [ceph-users] Pool with empty name recreated

2014-04-24 Thread Irek Fasikhov
You need to create a pool named ".rgw.buckets.index" 2014-04-24 14:05 GMT+04:00 : > Hi, > > I cant delete pool with empty name: > > $ sudo rados rmpool "" "" --yes-i-really-really-mean-it > successfully deleted pool > > but after a few seconds it is recreated automatically. > > $ sudo ceph osd

Re: [ceph-users] Pool with empty name recreated

2014-04-24 Thread Wido den Hollander
On 04/24/2014 12:05 PM, myk...@gmail.com wrote: Hi, I cant delete pool with empty name: $ sudo rados rmpool "" "" --yes-i-really-really-mean-it successfully deleted pool but after a few seconds it is recreated automatically. I have the same 'problem'. I think it's something which is done by