]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/ReplicatedPG: do not include hit_set objects in full calculation 1430/head
authorSage Weil <sage@inktank.com>
Tue, 11 Mar 2014 17:49:47 +0000 (10:49 -0700)
committerSage Weil <sage@inktank.com>
Tue, 11 Mar 2014 17:53:39 +0000 (10:53 -0700)
commit00bf3b56743830a4a9c5d6765946a4e68f530c57
tree3d81babf0fabebbd8c4b214578eec16cf2dffd86
parentf57121ac4d9a0b1e330a1f3a18ec1ef8628ceb86
osd/ReplicatedPG: do not include hit_set objects in full calculation

If we have a low target and there are hit_set objects (which cannot be
evicted), we can get stuck in a full state and never get out of it.

Fixes: #7674
Signed-off-by: Sage Weil <sage@inktank.com>
src/osd/ReplicatedPG.cc