]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/osd: skip fast_info if it is not around
authorKefu Chai <kchai@redhat.com>
Thu, 28 Feb 2019 10:44:04 +0000 (18:44 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 20 Mar 2019 06:54:07 +0000 (14:54 +0800)
commit12e7dc2f7e36d4b13f4c321047c35f86ee22d281
tree01bfa526d55eec0ec2515e932b04d2ed5d15915f
parent3abaa889ab2a93e64cb6a3f359d3c04bdd9b2675
crimson/osd: skip fast_info if it is not around

fast_info is optional. for instance, there is chance that it
is the first time the info is written to store, in that case,
there is no delta, i.e. fast info yet.

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