From 770dbae2cad6e17c1252a9a9f40f1d6f948f5345 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 30 Apr 2018 21:01:02 +0800 Subject: [PATCH] qa/suites/rados/thrash-old-clients: ms_type=simple hammer does not support async messenger, so set ms_type to "simple" for hammer client. Fixes: http://tracker.ceph.com/issues/23922 Signed-off-by: Kefu Chai --- qa/suites/rados/thrash-old-clients/1-install/hammer.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/suites/rados/thrash-old-clients/1-install/hammer.yaml b/qa/suites/rados/thrash-old-clients/1-install/hammer.yaml index 2dce7c75b8c6c..b2c6b62d8120f 100644 --- a/qa/suites/rados/thrash-old-clients/1-install/hammer.yaml +++ b/qa/suites/rados/thrash-old-clients/1-install/hammer.yaml @@ -4,6 +4,8 @@ overrides: conf: mon: mon osd initial require min compat client: hammer + client: + ms type: simple tasks: - install: branch: hammer -- 2.39.5