qa/suites: set initial require_min_compat_client

For cases where we are selecting crush tunables beyond the default
min of hammer.

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2017-05-04 13:11:27 -05:00
parent ef1ef284ac
commit 1de9c90776
2 changed files with 5 additions and 0 deletions

View 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:

View 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]