From: Zack Cerza Date: Mon, 1 May 2017 22:41:00 +0000 (-0600) Subject: qa/tasks/cephfs/filesystem: Check for mds failure X-Git-Tag: v13.0.1~512^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e6063866268be5631cf90ca09d6fdc8d0479f449;p=ceph.git qa/tasks/cephfs/filesystem: Check for mds failure ... inside Filesystem.are_daemons_healthy() Signed-off-by: Zack Cerza --- diff --git a/qa/tasks/cephfs/filesystem.py b/qa/tasks/cephfs/filesystem.py index 44f6cbaf16db..1c25fa2fecf7 100644 --- a/qa/tasks/cephfs/filesystem.py +++ b/qa/tasks/cephfs/filesystem.py @@ -623,6 +623,9 @@ class Filesystem(MDSCluster): :return: """ + # First, check to see that processes haven't exited with an error code + for mds in self._ctx.daemons.iter_daemons_of_role('mds'): + mds.check_status() active_count = 0 try: