]> 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>
Thu, 31 Jul 2014 18:03:18 +0000 (11:03 -0700)
commitea4996d3ef15c5d5a776d162b08d9fad6859c976
treec33f9bbdae6d1e3829348f16bd8303e049d42477
parent5d1c76f641310f5f65600f70ae76945b2aa472d7
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>
src/osd/ReplicatedPG.cc