Re: [ceph-users] recreate bucket error

2014-01-22 Thread Yehuda Sadeh
On Wed, Jan 22, 2014 at 2:33 AM, Sylvain Munaut wrote: > Hi, > > On Sat, Dec 7, 2013 at 6:34 PM, Yehuda Sadeh wrote: >> Sounds like disabling the cache triggers some bug. I'll open a relevant >> ticket. > > Any news on this ? > > I have the same issue, but the cache only masks the problem. If yo

Re: [ceph-users] recreate bucket error

2014-01-22 Thread Sylvain Munaut
Hi, On Sat, Dec 7, 2013 at 6:34 PM, Yehuda Sadeh wrote: > Sounds like disabling the cache triggers some bug. I'll open a relevant > ticket. Any news on this ? I have the same issue, but the cache only masks the problem. If you restart radosgw, you'll get it again (once for each bucket). Cheer

Re: [ceph-users] recreate bucket error

2013-12-07 Thread Dominik Mostowiec
Thanks for Your help !! --- Regards Dominik On Dec 7, 2013 6:34 PM, "Yehuda Sadeh" wrote: > > Sounds like disabling the cache triggers some bug. I'll open a relevant > ticket. > > Thanks, > Yehuda > > On Sat, Dec 7, 2013 at 9:29 AM, Dominik Mostowiec > wrote: > > ok, enabling cache helps :-) >

Re: [ceph-users] recreate bucket error

2013-12-07 Thread Yehuda Sadeh
Sounds like disabling the cache triggers some bug. I'll open a relevant ticket. Thanks, Yehuda On Sat, Dec 7, 2013 at 9:29 AM, Dominik Mostowiec wrote: > ok, enabling cache helps :-) > What was wrong ? > > -- > Dominik > > 2013/12/7 Dominik Mostowiec : >> Yes, it is disabled >> grep 'cache' /etc

Re: [ceph-users] recreate bucket error

2013-12-07 Thread Dominik Mostowiec
ok, enabling cache helps :-) What was wrong ? -- Dominik 2013/12/7 Dominik Mostowiec : > Yes, it is disabled > grep 'cache' /etc/ceph/ceph.conf | grep rgw > rgw_cache_enabled = false ;rgw cache enabled > rgw_cache_lru_size = 1 ;num of entries in rgw cache > > -- > Regards > D

Re: [ceph-users] recreate bucket error

2013-12-07 Thread Dominik Mostowiec
Yes, it is disabled grep 'cache' /etc/ceph/ceph.conf | grep rgw rgw_cache_enabled = false ;rgw cache enabled rgw_cache_lru_size = 1 ;num of entries in rgw cache -- Regards Dominik 2013/12/7 Yehuda Sadeh : > Did you disable the cache by any chance (e.g., 'rgw cache enabled = f

Re: [ceph-users] recreate bucket error

2013-12-07 Thread Yehuda Sadeh
Did you disable the cache by any chance (e.g., 'rgw cache enabled = false')? On Sat, Dec 7, 2013 at 8:34 AM, Dominik Mostowiec wrote: > Hi, > Log: > - > 2013-12-07 17:32:42.736396 7ffbe36d3780 10 allocated request req=0xe66f40 > 2013-12-07 17:32:42.736438 7ff79b1c6700 1

Re: [ceph-users] recreate bucket error

2013-12-07 Thread Dominik Mostowiec
Hi, Log: - 2013-12-07 17:32:42.736396 7ffbe36d3780 10 allocated request req=0xe66f40 2013-12-07 17:32:42.736438 7ff79b1c6700 1 == starting new request req=0xe60860 = 2013-12-07 17:32:42.736590 7ff79b1c6700 2 req 1:0.000153::PUT /test1/::initializing 2013-12-07 17:3

Re: [ceph-users] recreate bucket error

2013-12-07 Thread Yehuda Sadeh
Not sure what could be the reason. Can you turn set 'debug ms = 1', and 'debug rgw = 20'? Thanks, Yehuda On Sat, Dec 7, 2013 at 4:33 AM, Dominik Mostowiec wrote: >> Are you running on latest dumpling > Yes. It was installed, not upgraded from prev version. > This is new crated bucket. > I rebuil

Re: [ceph-users] recreate bucket error

2013-12-07 Thread Dominik Mostowiec
> Are you running on latest dumpling Yes. It was installed, not upgraded from prev version. This is new crated bucket. I rebuilded cluster from scratch. User add command "radosgw-admin user create ..." shows: WARNING: cannot read region map Create first time bucket 'test1' via 's3 -u craete test1

Re: [ceph-users] recreate bucket error

2013-12-06 Thread Yehuda Sadeh
I'm having trouble reproducing this one. Are you running on latest dumpling? Does it happen with any newly created bucket, or just with buckets that existed before? Yehuda On Fri, Dec 6, 2013 at 5:07 AM, Dominik Mostowiec wrote: > Hi, > In version dumpling upgraded from bobtail working create th

[ceph-users] recreate bucket error

2013-12-06 Thread Dominik Mostowiec
Hi, In version dumpling upgraded from bobtail working create the same bucket. root@vm-1:/etc/apache2/sites-enabled# s3 -u create testcreate Bucket successfully created. root@vm-1:/etc/apache2/sites-enabled# s3 -u create testcreate Bucket successfully created. I installed new dumpling cluster and: