Skip to content

Commit

Permalink
Merge pull request #1545 from ceph/wip-wl-bl
Browse files Browse the repository at this point in the history
roles/overrides, placeholder.py: add log-ignorelist
  • Loading branch information
kshtsk committed Aug 24, 2020
2 parents c0ecc52 + 1a7a785 commit 1a72666
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ overrides:
branch: BRANCH_NAME
log-whitelist:
- 'clocks not synchronized'
log-ignorelist:
- 'clocks not synchronized'
tasks:
- chef:
2 changes: 2 additions & 0 deletions teuthology/suite/placeholder.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ def _substitute(input_dict, values_dict):
},
'log-whitelist': ['\(MDS_ALL_DOWN\)',
'\(MDS_UP_LESS_THAN_MAX\)'],
'log-ignorelist': ['\(MDS_ALL_DOWN\)',
'\(MDS_UP_LESS_THAN_MAX\)'],
'sha1': Placeholder('ceph_hash'),
},
'ceph-deploy': {
Expand Down

0 comments on commit 1a72666

Please sign in to comment.