]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: remove the redundant min_last_epoch_clean judge in PGMap 9861/head
authorZhang.Zezhu <zhang.zezhu@zte.com.cn>
Wed, 22 Jun 2016 08:26:21 +0000 (16:26 +0800)
committersongbaisen <song.baisen@zte.com.cn>
Thu, 23 Jun 2016 03:15:42 +0000 (11:15 +0800)
commit7b038286805b54601d56630ae5a190f0d7f781f8
tree0900a17981135ea6005e6100c192c23d704d75ae
parentf222afdbfeb7f1dcd21b1de743b010a01d939bc5
 mon: remove the redundant min_last_epoch_clean judge in PGMap

 In the end of the apply_incremental function, no matter what

 happens the min_last_epoch_clean must be 0.

 Signed-off-by:song baisen <song.baisen@zte.com.cn>
src/mon/PGMap.cc