Hi,

rados - Does not shard your object (as far as I know, there may be a
striping API, although it may not do quite what you want)
cephfs - implemented on top of rados - does it's own object sharding (I'm
fuzzy on the details)
rbd - implemented on top of rados - does shard into 2^order sized objects.
(there's striping support in librbd as well).
radosgw - implemented on top of rados - I'd imagine this does shard into
smaller objects as well

Cheers,
KJ

On Tue, Apr 11, 2017 at 7:42 AM, 冥王星 <945019...@qq.com> wrote:

> In the ceph, a large file will be cut into small objects(2MB ~4MB), then
> the process Pool ---(crush)----> PG -----> OSD
> Here,I have a question.  How to cut a large file into small objects??
> it'done by the ceph itself or some other way ?
> I try this command:  rados put test-object xxx.iso  --pool=data    but the
> large file xxx.iso seem not be cut into small objects.
> I feel confused. I wish some one can help me solve the question.
>
> _______________________________________________
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
>


-- 
Kjetil Joergensen <kje...@medallia.com>
SRE, Medallia Inc
Phone: +1 (650) 739-6580
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to