]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: reset backfill to false directly when we create a brand-new pg
authorxie xingguo <xie.xingguo@zte.com.cn>
Thu, 7 Apr 2016 08:21:04 +0000 (16:21 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Sat, 23 Apr 2016 01:11:24 +0000 (09:11 +0800)
commit27e53055991f9418a70e327ccb93d32bfd914a2b
treeb367122b1ee217257489642646f540b2881b2c89
parent8d18e40b549a1b1b1e620a5382dc19860624051e
osd: reset backfill to false directly when we create a brand-new pg

Because under this case result is set to RES_NON and result == RES_SELF
shall always return false.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/osd/OSD.cc