From d4870a093ce95cfa5246e470cfa839977aabdbf1 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Wed, 21 Jun 2017 10:59:32 -0700 Subject: [PATCH] qa: wait for healthy cluster before testing pins Fixes: http://tracker.ceph.com/issues/20318 Signed-off-by: Patrick Donnelly --- qa/tasks/cephfs/test_exports.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/tasks/cephfs/test_exports.py b/qa/tasks/cephfs/test_exports.py index 80f876ebca30..7dcac713f038 100644 --- a/qa/tasks/cephfs/test_exports.py +++ b/qa/tasks/cephfs/test_exports.py @@ -25,6 +25,7 @@ class TestExports(CephFSTestCase): def test_export_pin(self): self.fs.set_allow_multimds(True) self.fs.set_max_mds(2) + self.fs.wait_for_daemons() status = self.fs.status() -- 2.47.3