Re: [ceph-users] Poor CentOS 7.5 client performance

2018-05-18 Thread Ilya Dryomov
On Fri, May 18, 2018 at 3:25 PM, Donald "Mac" McCarthy wrote: > Ilya, > Your recommendation worked beautifully. Thank you! > > Is this something that is expected behavior or is this something that should > be filed as a bug. > > I ask because I have just enough experience with ceph at this poi

Re: [ceph-users] Poor CentOS 7.5 client performance

2018-05-18 Thread Donald "Mac" McCarthy
Ilya, Your recommendation worked beautifully. Thank you! Is this something that is expected behavior or is this something that should be filed as a bug. I ask because I have just enough experience with ceph at this point to be very dangerous and not enough history to know if this was expecte

Re: [ceph-users] Poor CentOS 7.5 client performance

2018-05-17 Thread Ilya Dryomov
On Wed, May 16, 2018 at 8:27 PM, Donald "Mac" McCarthy wrote: > CephFS. 8 core atom C2758, 16 GB ram, 256GB ssd, 2.5 GB NIC (supermicro > microblade node). > > Read test: > dd if=/ceph/1GB.test of=/dev/null bs=1M Yup, looks like a kcephfs regression. The performance of the above command is hig

Re: [ceph-users] Poor CentOS 7.5 client performance

2018-05-17 Thread Donald "Mac" McCarthy
Dan, You are correct, that is some important information. I am using the kernel client. Mounts from fstab. Mac Please excuse any typos. Autocorrect is evil! > On May 17, 2018, at 08:30, Dan van der Ster wrote: > > Hi, > > It still isn't clear if you're using the fuse or kernel client.

Re: [ceph-users] Poor CentOS 7.5 client performance

2018-05-17 Thread Dan van der Ster
Hi, It still isn't clear if you're using the fuse or kernel client. Do you `mount -t ceph` or something else? -- Dan On Wed, May 16, 2018 at 8:28 PM Donald "Mac" McCarthy wrote: > CephFS. 8 core atom C2758, 16 GB ram, 256GB ssd, 2.5 GB NIC (supermicro microblade node). > Read test: > dd if

Re: [ceph-users] Poor CentOS 7.5 client performance

2018-05-16 Thread Donald "Mac" McCarthy
CephFS. 8 core atom C2758, 16 GB ram, 256GB ssd, 2.5 GB NIC (supermicro microblade node). Read test: dd if=/ceph/1GB.test of=/dev/null bs=1M Write dd if=/dev/zero of=/ceph/out.test bs=1M count=1024 The tests are identical on both kernels - the results... well that is a different story. CEPH

Re: [ceph-users] Poor CentOS 7.5 client performance

2018-05-16 Thread Jason Dillaman
What is your client (librbd, krbd, CephFS, ceph-client, ...) and how are you testing performance? On Wed, May 16, 2018 at 11:14 AM, Donald "Mac" McCarthy wrote: > Recently upgraded a CEPH client to CentOS 7.5. Upon doing so read and write > performance became intolerably slow. ~2.5 MB/s. When

[ceph-users] Poor CentOS 7.5 client performance

2018-05-16 Thread Donald "Mac" McCarthy
Recently upgraded a CEPH client to CentOS 7.5. Upon doing so read and write performance became intolerably slow. ~2.5 MB/s. When booted back to a CentOS 7.4 kernel, performance went back to a normal 200 MB/s read and write. I have not seen any mention of this issue in all of the normal places