]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
librados_test_stub: update get_min_compatible_osd to octopus
authorMykola Golub <mgolub@suse.com>
Wed, 8 May 2019 18:04:54 +0000 (19:04 +0100)
committerMykola Golub <mgolub@suse.com>
Thu, 9 May 2019 17:19:21 +0000 (18:19 +0100)
Signed-off-by: Mykola Golub <mgolub@suse.com>
src/test/librados_test_stub/TestMemRadosClient.h

index 06f29620e3073b0dbfa37fe99d6d565e0d0be91d..997da61cc62faede14bef30b3f4f989217a259e7 100644 (file)
@@ -30,7 +30,7 @@ public:
   }
 
   int get_min_compatible_osd(int8_t* require_osd_release) override {
-    *require_osd_release = CEPH_RELEASE_NAUTILUS;
+    *require_osd_release = CEPH_RELEASE_OCTOPUS;
     return 0;
   }