From b1fd615e9f507d4243744b34887366086c1890ac Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Fri, 8 Sep 2017 10:00:49 -0700 Subject: [PATCH] Stop the mgr on node which is not client, this will ensure the client.0's mgr is active mgr for workunit to work. Signed-off-by: Vasu Kulkarni --- qa/suites/ceph-ansible/smoke/basic/4-tasks/rest.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qa/suites/ceph-ansible/smoke/basic/4-tasks/rest.yaml b/qa/suites/ceph-ansible/smoke/basic/4-tasks/rest.yaml index b734dbe1b0d..8e389134b92 100644 --- a/qa/suites/ceph-ansible/smoke/basic/4-tasks/rest.yaml +++ b/qa/suites/ceph-ansible/smoke/basic/4-tasks/rest.yaml @@ -1,4 +1,9 @@ tasks: +- exec: + mgr.x: + - systemctl stop ceph-mgr.target + - sleep 5 + - ceph -s - exec: mon.a: - ceph restful create-key admin -- 2.47.3