]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd: evict object state in foreground
authorKefu Chai <kchai@redhat.com>
Thu, 19 Sep 2019 09:52:35 +0000 (17:52 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 19 Sep 2019 10:23:20 +0000 (18:23 +0800)
commit1a8841cfe337d655c557bdbf27db250802f4b2d6
tree2036cad255117dc9b250bdabc3e863906c36aa5e
parentc345b593dac48591fd948c148567c32c031976f5
crimson/osd: evict object state in foreground

when doing error handling, we need to make sure the stale object state
is evicted before we return.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/osd/pg.cc