]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/ReplicatedPG: evict blindly if there is no hit_set
authorSage Weil <sage@redhat.com>
Thu, 31 Jul 2014 16:26:03 +0000 (09:26 -0700)
committerSage Weil <sage@redhat.com>
Tue, 12 Aug 2014 22:03:10 +0000 (15:03 -0700)
commit76a519b215e591e0948d627fb1de826ed0bf415d
treef066a12072d2f7f8d164fe86cac494d4c854ad65
parent8ff48d79697e98dca04799ee5982a5308a4efc92
osd/ReplicatedPG: evict blindly if there is no hit_set

If there is no hit set for a PG, blindly evict objects.  This avoids an
assert(hit_set) in agent_estimate_atime_temp().

Fixes: #8982
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit ea4996d3ef15c5d5a776d162b08d9fad6859c976)
src/osd/ReplicatedPG.cc