]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson: do not assert in start_backfill_ops
authorXuehan Xu <xxhdx1985126@163.com>
Mon, 8 Jun 2020 06:41:06 +0000 (14:41 +0800)
committerXuehan Xu <xxhdx1985126@163.com>
Thu, 18 Jun 2020 01:50:52 +0000 (09:50 +0800)
commit850d92ed5f670f1426065045639311d14655d2bd
tree42f49d23838c8cb07394d17256ec2857ef509be5
parent46f3625e4b4cc82ad294a7bfbde0a2967be6bfca
crimson: do not assert in start_backfill_ops

osd_recovery_max_single_start is not necessarily used up in start_recovery_ops, and
start_backfill_ops could be invoked even there's no need to backfill, so do not assert
here, just return.

Signed-off-by: Xuehan Xu <xxhdx1985126@163.com>
src/crimson/osd/pg_recovery.cc