Re: [ceph-users] Multipart upload on ceph 0.8 doesn't work?

2014-07-08 Thread Patrycja Szabłowska
Thank you Josh, I'm not sure if this is ceph's fault or perhaps FastCGI's or Boto's. When trying to upload 10KB chunk I've had those mysterious FastCGI's errors on server side and boto.exception.BotoServerError: BotoServerError: 500 Internal Server Error on client side. I've tried now to upload

Re: [ceph-users] Multipart upload on ceph 0.8 doesn't work?

2014-07-07 Thread Patrycja Szabłowska
I've installed Ubuntu 12.04 in order to test multiupload with the ceph's modified fastcgi (according to this: https://ceph.com/docs/master/install/install-ceph-gateway/#apache-fastcgi-w-100-continue ). The problem is still the same: I can initiate the multi part upload or upload single part, but

Re: [ceph-users] Multipart upload on ceph 0.8 doesn't work?

2014-07-07 Thread Patrycja Szabłowska
OK, the mystery is solved. From https://www.mail-archive.com/ceph-users@lists.ceph.com/msg10368.html During a multi part upload you can't upload parts smaller than 5M I've tried to upload smaller chunks, like 10KB. I've changed chunk size to 5MB and it works now. It's a pity that the Ceph's

Re: [ceph-users] Multipart upload on ceph 0.8 doesn't work?

2014-07-07 Thread Josh Durgin
On 07/07/2014 05:41 AM, Patrycja Szabłowska wrote: OK, the mystery is solved. From https://www.mail-archive.com/ceph-users@lists.ceph.com/msg10368.html During a multi part upload you can't upload parts smaller than 5M I've tried to upload smaller chunks, like 10KB. I've changed chunk size to

Re: [ceph-users] Multipart upload on ceph 0.8 doesn't work?

2014-07-04 Thread Patrycja Szabłowska
Thank you Luis for your response. Quite unbelievable, but your solution worked! Unfortunately, I'm stuck again when trying to upload parts of the file. Apache's logs: == apache.access.log == 127.0.0.1 l - [04/Jul/2014:15:40:41 +0200] PUT /bucketbig/ HTTP/1.1 200 477 {Referer}i Boto/2.30.0

Re: [ceph-users] Multipart upload on ceph 0.8 doesn't work?

2014-07-04 Thread Patrycja Szabłowska
Still not sure do I need the ceph's modified fastcgi or not. But I guess this explains my problem with the installation: http://tracker.ceph.com/issues/8233 It would be nice to have at least a workaround for this... Thanks, Patrycja Szabłowska 2014-07-04 16:02 GMT+02:00 Patrycja Szabłowska

[ceph-users] Multipart upload on ceph 0.8 doesn't work?

2014-07-03 Thread Patrycja Szabłowska
Hi, I'm trying to make multi part upload work. I'm using ceph 0.80-702-g9bac31b (from the ceph's github). I've tried the code provided by Mark Kirkwood here: http://lists.ceph.com/pipermail/ceph-users-ceph.com/2013-October/034940.html But unfortunately, it gives me the error:

Re: [ceph-users] Multipart upload on ceph 0.8 doesn't work?

2014-07-03 Thread Luis Periquito
I was at this issue this morning. It seems radosgw requires you to have a pool named '' to work with multipart. I just created a pool with that name rados mkpool '' either that or allow the pool be created by the radosgw... On 3 July 2014 16:27, Patrycja Szabłowska szablowska.patry...@gmail.com