]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: fix the snapshot reads of evicted tiering pool 6261/head
authorKefu Chai <kchai@redhat.com>
Tue, 29 Sep 2015 14:26:48 +0000 (22:26 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 14 Oct 2015 13:43:12 +0000 (21:43 +0800)
commitb61f3e43f1c9d43daa0dedd7cbd0fe5787cbdfbb
tree9bdde240600557058aa920b3b9939a852c1411c4
parentcd476679762c656cfff8401d639998c17d0b73fc
osd: fix the snapshot reads of evicted tiering pool

reset ssc->exsits in finish_ctx() if the ctx->cache_evict is true, and
the head is removed.

Fixes: #12748
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/osd/ReplicatedPG.cc