]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: add osd_min_recovery_priority tunable
authorSage Weil <sage@inktank.com>
Tue, 17 Jun 2014 20:06:57 +0000 (13:06 -0700)
committerSage Weil <sage@inktank.com>
Tue, 17 Jun 2014 21:35:24 +0000 (14:35 -0700)
commitd20da8debe2e1a20e20de501e7b0a0d1a9351281
tree1b9a2b2b42bea02cb28f684d39ff7b35fa241c75
parentb65ceb68a7691a0d63414d5a5cfe652e5759f330
osd: add osd_min_recovery_priority tunable

Add a tunable to control the minimum priority recovery item that we will
grant a reservation for.  The priority is lower for less-degraded PGs.
This allows a saavy admin to only backfill the least-redundant PGs.

Signed-off-by: Sage Weil <sage@inktank.com>
src/common/config_opts.h
src/osd/OSD.cc