Filestore throttling

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

 



Hello Cephers,
During our testing, I found that the filestore throttling became a limiting factor for performance, the four settings (with default value) are:
 filestore queue max ops = 50
 filestore queue max bytes = 100 << 20
 filestore queue committing max ops = 500
 filestore queue committing max bytes = 100 << 20

My understanding is, if we lift the threshold, the response for op (end to end) could be improved a lot during high load, and that is one reason to have journal. The downside is that if there is a read following a successful write, the read might stuck longer as the object is not flushed.

Is my understanding correct here?

If that is the tradeoff and read after write is not a concern in our use case, can I lift the parameters to below values?
 filestore queue max ops = 500
 filestore queue max bytes = 200 << 20
 filestore queue committing max ops = 500
 filestore queue committing max bytes = 200 << 20

It turns out very helpful during PG peering stage (e.g. OSD down and up).

Thanks,
Guang


 		 	   		  --
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [CEPH Users]     [Ceph Large]     [Information on CEPH]     [Linux BTRFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]
  Powered by Linux