summaryrefslogtreecommitdiffstats
path: root/src/crimson/osd/pg_backend.h
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2020-12-20 15:47:11 +0100
committerKefu Chai <kchai@redhat.com>2020-12-20 17:41:44 +0100
commit945101f062393d0830e2135c03eb2613dc86a7b4 (patch)
tree2490f80204716c42ade88ae514e4a527517f314c /src/crimson/osd/pg_backend.h
parentcrimson/osd: consume the budget for each push in read_omap_for_push_op() (diff)
downloadceph-945101f062393d0830e2135c03eb2613dc86a7b4.tar.xz
ceph-945101f062393d0830e2135c03eb2613dc86a7b4.zip
crimson/osd: erroratorize FuturizedStore::omap_get_header()
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'src/crimson/osd/pg_backend.h')
-rw-r--r--src/crimson/osd/pg_backend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crimson/osd/pg_backend.h b/src/crimson/osd/pg_backend.h
index cd2fe897d27..6ea0ef81b33 100644
--- a/src/crimson/osd/pg_backend.h
+++ b/src/crimson/osd/pg_backend.h
@@ -173,10 +173,10 @@ public:
OSDOp& osd_op,
ceph::os::Transaction& trans,
osd_op_params_t& osd_op_params);
- seastar::future<ceph::bufferlist> omap_get_header(
+ ll_read_errorator::future<ceph::bufferlist> omap_get_header(
const crimson::os::CollectionRef& c,
const ghobject_t& oid) const;
- seastar::future<> omap_get_header(
+ ll_read_errorator::future<> omap_get_header(
const ObjectState& os,
OSDOp& osd_op) const;
seastar::future<> omap_set_header(