From: Sage Weil Date: Tue, 8 Jan 2019 19:21:56 +0000 (-0600) Subject: qa/msgr: add async-v1only case X-Git-Tag: v14.1.0~435^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F25840%2Fhead;p=ceph.git qa/msgr: add async-v1only case Signed-off-by: Sage Weil --- diff --git a/qa/msgr/async-v1only.yaml b/qa/msgr/async-v1only.yaml new file mode 100644 index 000000000000..aa90cad672fb --- /dev/null +++ b/qa/msgr/async-v1only.yaml @@ -0,0 +1,7 @@ +overrides: + ceph: + mon_bind_msgr2: false + conf: + global: + ms type: async + ms bind msgr2: false diff --git a/qa/suites/rados/thrash-old-clients/msgr/async-v1only.yaml b/qa/suites/rados/thrash-old-clients/msgr/async-v1only.yaml new file mode 120000 index 000000000000..9673dbb01262 --- /dev/null +++ b/qa/suites/rados/thrash-old-clients/msgr/async-v1only.yaml @@ -0,0 +1 @@ +.qa/msgr/async-v1only.yaml \ No newline at end of file