Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qa: update log whitelists for kcephfs suite #14922

Merged
merged 1 commit into from May 19, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions qa/suites/kcephfs/recovery/tasks/auto-repair.yaml
Expand Up @@ -3,6 +3,7 @@ overrides:
log-whitelist:
- force file system read-only
- bad backtrace
- MDS in read-only mode


tasks:
Expand Down
5 changes: 5 additions & 0 deletions qa/suites/kcephfs/recovery/tasks/client-limits.yaml
Expand Up @@ -4,6 +4,11 @@ overrides:
log-whitelist:
- responding to mclientcaps\(revoke\)
- not advance its oldest_client_tid
- failing to advance its oldest client/flush tid
- Too many inodes in cache
- failing to respond to cache pressure
- slow requests are blocked
- failing to respond to capability release

tasks:
- cephfs_test_runner:
Expand Down
1 change: 1 addition & 0 deletions qa/suites/kcephfs/recovery/tasks/damage.yaml
Expand Up @@ -16,6 +16,7 @@ overrides:
- corrupt sessionmap header
- Corrupt dentry
- Scrub error on inode
- Metadata damage detected

tasks:
- cephfs_test_runner:
Expand Down
2 changes: 2 additions & 0 deletions qa/suites/kcephfs/recovery/tasks/data-scan.yaml
Expand Up @@ -8,6 +8,8 @@ overrides:
- error reading sessionmap
- unmatched fragstat
- was unreadable, recreating it now
- Scrub error on inode
- Metadata damage detected

tasks:
- cephfs_test_runner:
Expand Down
1 change: 1 addition & 0 deletions qa/suites/kcephfs/recovery/tasks/forward-scrub.yaml
Expand Up @@ -6,6 +6,7 @@ overrides:
- bad backtrace on inode
- inode table repaired for inode
- Scrub error on inode
- Metadata damage detected

tasks:
- cephfs_test_runner:
Expand Down
3 changes: 3 additions & 0 deletions qa/suites/kcephfs/recovery/tasks/journal-repair.yaml
Expand Up @@ -4,6 +4,9 @@ overrides:
log-whitelist:
- bad backtrace on dir ino
- error reading table object
- Metadata damage detected
- slow requests are blocked
- Behind on trimming

tasks:
- cephfs_test_runner:
Expand Down