]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd: fix osdpg build 29236/head
authorSage Weil <sage@redhat.com>
Sat, 28 Sep 2019 16:51:09 +0000 (11:51 -0500)
committerSage Weil <sage@redhat.com>
Sat, 28 Sep 2019 16:51:18 +0000 (11:51 -0500)
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 <sage@redhat.com>
src/crimson/osd/pg.h

index 4b64e8ca3fd94a0121f60f2b825d0e9d1126eb12..b25c2f911fcc9546ada6da93d18d919aa475a1fe 100644 (file)
@@ -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