Re: [ceph-users] nginx (tengine) and radosgw

2014-05-29 Thread Michael Lukzak
Hi, I'm also use tengine, works fine with SSL (I have a Wildcard). But I have other issue with HTTP 100-Continue. Clients like boto or Cyberduck hangs if they can't make HTTP 100-Continue. IP_REMOVED - - [29/May/2014:11:27:53 +] "PUT /temp/1b6f6a11d7aa188f06f8255fdf0345b4 HTTP/1.1" 100 0 "-

[ceph-users] NGINX and 100-Continue

2014-05-29 Thread Michael Lukzak
Hi, I have a question about Nginx and 100-Continue. If I use client like boto or Cyberduck all works fine, but when I want to upload file on 100% upload, progress bar hangs and after about 30s Cyberduck reports that HTTP 100-Continue timeouted. I use nginx v1.4.1 Only when I use Apache 2 with fa

Re: [ceph-users] NGINX and 100-Continue

2014-05-29 Thread Michael Lukzak
k, which causes all sorts of problems with radosgw (timeouts, clock skew errors, etc). Use tengine instead (or apache). I sent the mailing list some info on tengine a couple weeks ago. On 5/29/2014 6:11 AM, Michael Lukzak wrote: NGINX and 100-Continue Hi, I have a question about Nginx and 10

Re: [ceph-users] nginx (tengine) and radosgw

2014-05-29 Thread Michael Lukzak
Hi, Ups, so I don't read carefully a doc... I will try this solution. Thanks! Michael From the docs, you need this setting in ceph.conf (if you're using nginx/tengine): rgw print continue = false This will fix the 100-continue issues. On 5/29/2014 5:56 AM, Michael Lukzak w

[ceph-users] Can't activate OSD with journal and data on the same disk

2013-11-07 Thread Michael Lukzak
Hi! I have a question about activating OSD on whole disk. I can't bypass this issue. Conf spec: 8 VMs - ceph-deploy; ceph-admin; ceph-mon0-2 and ceph-node0-2; I started from creating MON - all good . After that I want to prepare and activate 3x OSD with dm-crypt. So I put on ceph.conf this [osd

Re: [ceph-users] Can't activate OSD with journal and data on the same disk

2013-11-08 Thread Michael Lukzak
y.osd][DEBUG ] Host ceph-node0 is now ready for osd use. > > Listed partitions (there are only one) > Number Beg End Size Filesystem Name Flags > 1 1049kB16,1GB 16,1GB ceph data > > Keys are properly stored in /etc/ceph/dmcrypt-keys/ and sdb1 are > mounted to /var/lib/ceph/osd/ceph-1 > Ceph start showing that this OSD are in cluster. Yupi. But this is no > solution to me ;) > > So the final question is - Where I'm wrong? Why I can't activate journal on > the same disk. > > -- > Best Regards, > Michael Lukzak -- Pozdrowienia, Michael Lukzak ___ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Re: [ceph-users] Mounting with dmcrypt still fails

2014-03-17 Thread Michael Lukzak
use by a device-mapper mapping (dm-crypt?): dm-0 I can reply this error with 100% guarantee. I used Debian 7.4 and Ubuntu 13.04 for test. Best Regards, Michael Lukzak Hi, I tried to use whole new blank disk to create two separate partition (one for data and second for journal) and use dmcrypt,

Re: [ceph-users] Mounting with dmcrypt still fails

2014-03-23 Thread Michael Lukzak
Hi, After looking to code in ceph-disk I came to the same conclusion, problem is with the mapping. Here are quote form ceph-disk def get_partition_dev(dev, pnum): """ get the device name for a partition assume that partitions are named like the base dev, with a number, and optiona