mirror of
https://github.com/ceph/ceph
synced 2025-03-10 18:29:40 +00:00
qa/suites/rados/thrash-old-clients: fix up v1/v2 options
- don't specify ceph.py options in the ceph.py - instead, specify them in the per-version facet Note that we don't currently have a way to do v2 only for the mon IPs, so in the v2only cases, we are still binding the mons to v1. Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
9de36ffdf0
commit
e58bf34386
@ -1,7 +1,11 @@
|
||||
overrides:
|
||||
ceph:
|
||||
mon_bind_addrvec: false
|
||||
mon_bind_msgr2: false
|
||||
crush_tunables: hammer
|
||||
conf:
|
||||
global:
|
||||
ms bind msgr2: false
|
||||
mon:
|
||||
mon osd initial require min compat client: hammer
|
||||
tasks:
|
||||
|
@ -1,5 +1,6 @@
|
||||
overrides:
|
||||
ceph:
|
||||
mon_bind_addrvec: false
|
||||
mon_bind_msgr2: false
|
||||
conf:
|
||||
global:
|
||||
|
@ -1,3 +1,10 @@
|
||||
overrides:
|
||||
ceph:
|
||||
mon_bind_addrvec: false
|
||||
mon_bind_msgr2: false
|
||||
conf:
|
||||
global:
|
||||
mon warn on msgr2 not enabled: false
|
||||
tasks:
|
||||
- install:
|
||||
branch: jewel
|
||||
|
@ -1,6 +1,7 @@
|
||||
overrides:
|
||||
ceph:
|
||||
mon_bind_msgr2: false
|
||||
mon_bind_addrvec: false
|
||||
conf:
|
||||
global:
|
||||
ms type: async
|
||||
|
@ -1,3 +1,10 @@
|
||||
overrides:
|
||||
ceph:
|
||||
mon_bind_addrvec: false
|
||||
mon_bind_msgr2: false
|
||||
conf:
|
||||
global:
|
||||
mon warn on msgr2 not enabled: false
|
||||
tasks:
|
||||
- install:
|
||||
branch: luminous
|
||||
|
@ -1,5 +1,6 @@
|
||||
overrides:
|
||||
ceph:
|
||||
mon_bind_addrvec: false
|
||||
mon_bind_msgr2: false
|
||||
conf:
|
||||
global:
|
||||
|
@ -1,3 +1,11 @@
|
||||
overrides:
|
||||
ceph:
|
||||
mon_bind_addrvec: false
|
||||
mon_bind_msgr2: false
|
||||
conf:
|
||||
global:
|
||||
ms type: async
|
||||
mon warn on msgr2 not enabled: false
|
||||
tasks:
|
||||
- install:
|
||||
branch: mimic
|
||||
|
@ -1,6 +1,7 @@
|
||||
overrides:
|
||||
ceph:
|
||||
mon_bind_msgr2: false
|
||||
mon_bind_addrvec: false
|
||||
conf:
|
||||
global:
|
||||
ms type: async
|
||||
|
@ -1,7 +1,2 @@
|
||||
tasks:
|
||||
- ceph:
|
||||
mon_bind_addrvec: false
|
||||
mon_bind_msgr2: false
|
||||
conf:
|
||||
global:
|
||||
ms bind msgr2: false
|
||||
|
Loading…
Reference in New Issue
Block a user