I'm assuming you're testing the speed of cephfs (the file system) and not ceph 
"object storage".

In my recent experience the primary thing that sped cephfs up was turning on 
striping.  That way the client should be able to pull down data from all 10 
nodes at once, and writes should, also, be written in parallel as well.   
Setting the various cache, stripe, etc sizes is particularly important and 
depends heavily on the type of load you are testing.   

-----Original Message-----
From: ceph-users [mailto:[email protected]] On Behalf Of Udo 
Lembke
Sent: Wednesday, June 25, 2014 7:09 AM
To: [email protected]
Subject: Re: [ceph-users] How to improve performance of ceph objcect storage 
cluster

Hi,
I am also searching for tuning the single thread performance.

You can try following parameters:
[osd]
osd mount options xfs =
"rw,noatime,inode64,logbsize=256k,delaylog,allocsize=4M"
osd_op_threads = 4
osd_disk_threads = 4

Udo

Am 25.06.2014 08:52, schrieb wsnote:
> OS: CentOS 6.5
> Version: Ceph 0.79
> 
> Hi, everybody!
> I have installed a ceph cluster with 10 servers.
> I test the throughput of ceph cluster in the same  datacenter.
> Upload files of 1GB from one server or several servers to one server or
> several servers, the total is about 30MB/s.
> That is to say, there is no difference between one server or one cluster
> about throughput when uploading files.
> How to optimize the performance of ceph object storage?
> Thanks!
> 
>
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to