From da2dc1c3db5b5e50c39036e935d806d31830a1ee Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 28 Sep 2019 11:51:09 -0500 Subject: [PATCH] crimson/osd: fix osdpg build These are stubs; the reschule one (at minimum) probably needs a meaningful implementation in order for the PG to peer in some cases. Signed-off-by: Sage Weil --- src/crimson/osd/pg.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/crimson/osd/pg.h b/src/crimson/osd/pg.h index 4b64e8ca3fd..b25c2f911fc 100644 --- a/src/crimson/osd/pg.h +++ b/src/crimson/osd/pg.h @@ -258,6 +258,12 @@ public: // Not needed yet } + void queue_check_readable(epoch_t lpr, ceph::timespan delay) final { +#warning write me + } + void recheck_readable() final { +#warning write me + } void on_pool_change() final { // Not needed yet -- 2.39.5