]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: Disable sleep times for all best effort clients of mclock 39858/head
authorSridhar Seshasayee <sseshasa@redhat.com>
Thu, 4 Mar 2021 13:02:01 +0000 (18:32 +0530)
committerSridhar Seshasayee <sseshasa@redhat.com>
Wed, 10 Mar 2021 13:30:08 +0000 (19:00 +0530)
commit18fab9054ae730ce68dfad1a7e1f4f7da3eb5e01
tree88c834cbfd2d211629939cff900289164278a8ce
parent33c258a973c9b284194678c5332f918e2ea827b4
osd: Disable sleep times for all best effort clients of mclock

If mClockScheduler is scheduling IOs then the various sleep options
for the best effort clients of mclock viz. pg_delete, snaptrim and
scrub are disabled so as to not affect the QoS being applied.

Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
src/osd/OSD.cc
src/osd/scheduler/mClockScheduler.cc