]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Revert "osd: give recovery ops initialized by client op a higher priority"
authorxie xingguo <xie.xingguo@zte.com.cn>
Sun, 29 Sep 2019 01:57:22 +0000 (09:57 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Sun, 29 Sep 2019 05:08:29 +0000 (13:08 +0800)
commit5f22e36b44e911a75ee4c4f18fd7747471d92cdb
tree276047f1dfb3e4af42f65667102b8f958b459d62
parente741238745512282f7ee5f0dab6d54e4a51abc58
Revert "osd: give recovery ops initialized by client op a higher priority"

This reverts commit c0f87e0f91539d4d12dad5bddf95a97457a21c67.

The 'osd_op_queue_cut_off' config option determines which level of
high priority ops should use strict priority ordering and may change
from time to time. Since the main strategy of 'osd_kick_recovery_op_priority'
is to simply follow up 'osd_op_queue_cut_off', we can instead make a direct
use of 'osd_op_queue_cut_off' to achieve the same thing explicitly.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
doc/rados/configuration/osd-config-ref.rst
src/common/legacy_config_opts.h
src/common/options.cc
src/osd/PrimaryLogPG.cc