]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
OSDMonitor: when thrashing, only generate valid temp pg mappings
authorSamuel Just <sam.just@inktank.com>
Tue, 25 Feb 2014 20:34:57 +0000 (12:34 -0800)
committerSamuel Just <sam.just@inktank.com>
Tue, 25 Feb 2014 23:27:02 +0000 (15:27 -0800)
commitdc079eb3c5007932ca17b90291eaf6c0604e2a35
treee09685c6d6363bbd3697a5fec02752be52a1358a
parent60c9aafaf0ff033dca22606ea811c792f1cda781
OSDMonitor: when thrashing, only generate valid temp pg mappings

Since backfill peers are no longer placed into the acting set,
temp mappings will never exceed the pool size.  Also, for ec
pools, temp mappings will never be less than the pool size.

Signed-off-by: Samuel Just <sam.just@inktank.com>
src/mon/OSDMonitor.cc