]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd/PG: use osd_backfill_retry_interval for schedule_backfill_retry()
authorxie xingguo <xie.xingguo@zte.com.cn>
Thu, 2 Nov 2017 12:17:22 +0000 (20:17 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Thu, 2 Nov 2017 12:17:22 +0000 (20:17 +0800)
commitb6086edb50607bdad1d8d2fc9f610edb8884b955
tree4434f687d72e924a1845803e751e5673448c43b6
parentaa828be00825e30f2a76aab0cb8795ebb360ecf7
osd/PG: use osd_backfill_retry_interval for schedule_backfill_retry()

These two options currently share the same value and I have no particular
preference, but using osd_backfill_retry_interval for the specific scenario
gives us more flexible choices.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/osd/PG.cc