Skip to content

Commit

Permalink
qa/tasks/cephfs/filesystem: Check for mds failure
Browse files Browse the repository at this point in the history
... inside Filesystem.are_daemons_healthy()

Signed-off-by: Zack Cerza <[email protected]>
  • Loading branch information
zmc committed Oct 18, 2017
1 parent 4516ebb commit e606386
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qa/tasks/cephfs/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,9 @@ def are_daemons_healthy(self):
: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:
Expand Down

0 comments on commit e606386

Please sign in to comment.