From f7b6a4b44093bbed8e6cc662758aff5c24f00452 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 16 Jan 2019 21:42:31 -0600 Subject: [PATCH] qa/rados/thrash-old-clients: avoid msgr2 Signed-off-by: Sage Weil --- qa/suites/rados/thrash-old-clients/ceph.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qa/suites/rados/thrash-old-clients/ceph.yaml b/qa/suites/rados/thrash-old-clients/ceph.yaml index b0c28783375..364f9d03b06 100644 --- a/qa/suites/rados/thrash-old-clients/ceph.yaml +++ b/qa/suites/rados/thrash-old-clients/ceph.yaml @@ -1,5 +1,7 @@ tasks: - ceph: mon_bind_addrvec: false - log-whitelist: - - \(MON_MSGR2_NOT_ENABLED\) + mon_bind_msgr2: false + conf: + global: + ms bind msgr2: false -- 2.39.5