Re: [ceph-users] How to improve performance of ceph objcect storage cluster

2014-07-01 Thread Aronesty, Erik
with these params, and they improve performance, let me know. -Original Message- From: Christian Kauhaus [mailto:k...@gocept.com] Sent: Friday, June 27, 2014 3:35 AM To: Aronesty, Erik; Udo Lembke; ceph-users@lists.ceph.com Subject: Re: [ceph-users] How to improve performance of ceph objcect

Re: [ceph-users] How to improve performance of ceph objcect storage cluster

2014-06-27 Thread Christian Kauhaus
Am 26.06.2014 20:05, schrieb Aronesty, Erik: Well, it's the same for rbd, what's your stripe count set to? For a small system, it should be at least the # of nodes in your system.As systems get larger, there's limited returns... I would imagine there would be some OSD caching advantage

Re: [ceph-users] How to improve performance of ceph objcect storage cluster

2014-06-26 Thread Udo Lembke
Hi, Am 25.06.2014 16:48, schrieb Aronesty, Erik: I'm assuming you're testing the speed of cephfs (the file system) and not ceph object storage. for my part I mean object storage (VM disk via rbd). Udo ___ ceph-users mailing list

Re: [ceph-users] How to improve performance of ceph objcect storage cluster

2014-06-26 Thread Aronesty, Erik
to improve performance of ceph objcect storage cluster Hi, Am 25.06.2014 16:48, schrieb Aronesty, Erik: I'm assuming you're testing the speed of cephfs (the file system) and not ceph object storage. for my part I mean object storage (VM disk via rbd). Udo

Re: [ceph-users] How to improve performance of ceph objcect storage cluster

2014-06-26 Thread Craig Lewis
Cern noted that they need to reformat to put the Journal in a partition rather than on the OSD's filesystem like you did. See http://www.slideshare.net/Inktank_Ceph/scaling-ceph-at-cern, slide 24. When I saw that ceph disk prepare created a journal partition, I thought it was stupid to force a

[ceph-users] How to improve performance of ceph objcect storage cluster

2014-06-25 Thread 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,

Re: [ceph-users] How to improve performance of ceph objcect storage cluster

2014-06-25 Thread Udo Lembke
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:

Re: [ceph-users] How to improve performance of ceph objcect storage cluster

2014-06-25 Thread Aronesty, Erik
, 2014 7:09 AM To: ceph-users@lists.ceph.com 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