]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: New configuration option osd_delete_sleep 24501/head
authorDavid Zafman <dzafman@redhat.com>
Tue, 9 Oct 2018 20:24:38 +0000 (13:24 -0700)
committerDavid Zafman <dzafman@redhat.com>
Tue, 13 Nov 2018 20:18:31 +0000 (12:18 -0800)
commit9e6d2a1b29d3f3679b423a772172ba632fdb7395
tree1254502a273f0766f53ffafa33fe3055165db496
parent860de9b4b280d63d66e94d36df92c238026887c5
osd: New configuration option osd_delete_sleep

Causes the remove_wq thread to sleep the specified number
of seconds between transactions.

Fixes: http://tracker.ceph.com/issues/36321
Signed-off-by: David Zafman <dzafman@redhat.com>
This backport is not cherry-picked from master since the remove
threadpool was folded into the main op queue post-luminous, so the
code is almost entirely different.
src/common/legacy_config_opts.h
src/common/options.cc
src/osd/OSD.cc