]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson: always handle returned future
authorKefu Chai <kchai@redhat.com>
Wed, 2 Jun 2021 06:13:04 +0000 (14:13 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 2 Jun 2021 06:17:24 +0000 (14:17 +0800)
commit895f99a62d684b2ae01d3ed1fb34bffab65dce9f
treeeaa9d4cfa7943442b7c5f08a750d6b9375371fce
parentbeb04ea98c21fb99b973161907aec97a8a2bb77f
crimson: always handle returned future

to ignore a future without good reason could lead to catastrophic
issues. see also b127fa3cdd405c71cf09875f61f107c23af6b8cf

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