]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: update clone_overlap even the clone have been evicted 22572/head
authorYunchuan Wen <yunchuan.wen@kylin-cloud.com>
Fri, 15 Jun 2018 05:59:30 +0000 (13:59 +0800)
committerYunchuan Wen <yunchuan.wen@kylin-cloud.com>
Fri, 22 Jun 2018 13:55:41 +0000 (21:55 +0800)
commit56c8e126a607a51a7e12e9732a112a9d453cfcee
treee86224b7940c0af68e7c0350f3d56de1473153c4
parent70ba58e9e8a3ad5e2870d1038359ec517a4898b2
osd: update clone_overlap even the clone have been evicted

the clone_overlap is difference of range between head and clones.
if the clone have been evicted, the clone_overlap is still exist in the
snapset, so we should update the clone_overlap to make it sense.

Signed-off-by: Yunchuan Wen <yunchuan.wen@kylin-cloud.com>
src/osd/PrimaryLogPG.cc