On Wed, Jun 4, 2014 at 7:58 AM, Sylvain Munaut
<s.mun...@whatever-company.com> wrote:
> Hi,
>
>
> During a multi part upload you can't upload parts smaller than 5M, and
> radosgw also slices object in slices of 4M. Having those two being
> different is a bit unfortunate because if you slice your files in the
> minimum chunk size you end up with a main file of 4M and a shadowfile
> of 1M for each part ...
>
>
> Would it make sense to allow either multipart upload of 4M, or to rise
> the slice size to something more than 4M (4M or 8M if you want power
> of 2) ?

Huh. We took the 5MB limit from S3, but it definitely is unfortunate
in combination with our 4MB chunking. You can change the default slice
size using a config option, though. I believe you want to change
rgw_obj_stripe_size (default: 4 << 20). There might be some other
considerations around the initial 512KB "head" objects,
though...Yehuda?
-Greg
Software Engineer #42 @ http://inktank.com | http://ceph.com
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to