]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites: set initial require_min_compat_client
authorSage Weil <sage@redhat.com>
Thu, 4 May 2017 18:11:27 +0000 (13:11 -0500)
committerSage Weil <sage@redhat.com>
Tue, 9 May 2017 16:32:56 +0000 (11:32 -0500)
For cases where we are selecting crush tunables beyond the default
min of hammer.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/suites/rados/basic/tasks/readwrite.yaml
qa/suites/rados/thrash/workloads/small-objects.yaml

index 38343f316eb7024a365b5db8d95a7a7dea075068..c04d14394fa40cc388f4403e8e187300fde81074 100644 (file)
@@ -2,6 +2,8 @@ overrides:
   ceph:
     crush_tunables: optimal
     conf:
+      mon:
+        mon osd initial require min compat client: luminous
       osd:
         osd_discard_disconnected_ops: false
 tasks:
index ee20bc3c5632c32b27d4cb35b6b1c65715f1828d..f5a18ae6e954de1c07640289cf224c00c202e2ee 100644 (file)
@@ -1,6 +1,9 @@
 overrides:
   ceph:
     crush_tunables: jewel
+    conf:
+      mon:
+        mon osd initial require min compat client: jewel
 tasks:
 - rados:
     clients: [client.0]