Re: Poor CentOS 7.5 client performance

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, May 16, 2018 at 8:27 PM, Donald "Mac" McCarthy
<mac@xxxxxxxxxxxxxxx> 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 highly dependent on readahead settings and it looks like
that got goofed up.

After mounting w/o options on 7.4:

  $ cat /sys/devices/virtual/bdi/ceph-1/read_ahead_kb
  8192

Same on 7.5:

  $ cat /sys/devices/virtual/bdi/ceph-1/read_ahead_kb
  0

As a workaround, try resetting it back to 8192:

  # echo 8192 >/sys/devices/virtual/bdi/ceph-1/read_ahead_kb

Thanks,

                Ilya
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com



[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux