Re: [ceph-users] ceph.conf with multiple rados gateways

2013-10-02 Thread mykr0t
Part of our ceph.conf: [client.radosgw.gw0] host = keyring = /etc/ceph/keyring.radosgw.gateway rgw socket path = /tmp/radosgw.sock log file = /var/log/radosgw/radosgw.log rgw dns name = <3l>.. rgw thread pool size = 100 rgw print continue = f

Re: [ceph-users] Radosgw link/unlink problem

2014-01-30 Thread mykr0t
fix: it was not python boto, it was https://github.com/dyarnell/rgwadmin but it doesn`t matter -- Regards, Mikhail On Thu, 30 Jan 2014 19:54:16 +0300 Mikhail Krotyuk wrote: > Hi, > I have successfully upgraded production cluster to: > ceph version 0.67.5 (a60ac9194718083a4b6a225fc17cad6096c69

Re: [ceph-users] Radosgw link/unlink problem

2014-01-30 Thread mykr0t
no its not in the library, the problem is with radosgw -- Regards, Mikhail On Thu, 30 Jan 2014 13:17:41 -0500 Derek Yarnell wrote: > Hi Mikhail, > > Sorry did you find an issue with the library I wrote? Let me test the > bucket linking as I didn't have a good unit test for it yet. > > Th

Re: [ceph-users] radosgw multipart-uploaded downloads fail

2014-04-08 Thread mykr0t
Hi, > It was a 256 gig file > ERROR: S3 error: 416 (InvalidRange): I think this is a "MaxParts" default limit 1000, s3cmd default part size 15MB (see .s3cfg). I cant find right way how to change this limit on rgw side, so i change part size in .s3cfg or use multipart tar archive for large files. -

[ceph-users] Pool with empty name recreated

2014-04-24 Thread mykr0t
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 dump | grep '^pool' pool 3 '.rgw' rep size 2 min_size 1 crush_ruleset 0 object_hash rjenkins pg_num 8

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 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-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-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 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