Skip to content

Commit

Permalink
Merge pull request ceph#37865 from neha-ojha/wip-mon-fixes
Browse files Browse the repository at this point in the history
qa: miscellaneous mon test fixes

Reviewed-by: Laura Paduano <[email protected]>
Reviewed-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov authored Oct 28, 2020
2 parents 0b9a4e0 + df7adbf commit 651f77c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions qa/suites/rados/dashboard/tasks/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ tasks:
- pauserd,pausewr flag\(s\) set
- Monitor daemon marked osd\.[[:digit:]]+ down, but it is still running
- evicting unresponsive client .+
- MON_DOWN
- rgw: [client.0]
- cephfs_test_runner:
fail_on_skip: false
Expand Down
1 change: 0 additions & 1 deletion qa/tasks/ceph_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2853,7 +2853,6 @@ def get_mon_quorum(self):
"""
out = self.raw_cluster_cmd('quorum_status')
j = json.loads(out)
self.log('quorum_status is %s' % out)
return j['quorum']

def wait_for_mon_quorum_size(self, size, timeout=300):
Expand Down

0 comments on commit 651f77c

Please sign in to comment.