From a204f6f9328b56010c9af15353f3a213bbdf23e7 Mon Sep 17 00:00:00 2001 From: David Zafman Date: Wed, 25 Nov 2015 07:29:27 -0800 Subject: [PATCH] repair_test: Add whitelist item for new stat error message Signed-off-by: David Zafman --- suites/rados/basic/tasks/repair_test.yaml | 2 +- tasks/repair_test.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/suites/rados/basic/tasks/repair_test.yaml b/suites/rados/basic/tasks/repair_test.yaml index 1fd037bed21..277a5a24022 100644 --- a/suites/rados/basic/tasks/repair_test.yaml +++ b/suites/rados/basic/tasks/repair_test.yaml @@ -1,6 +1,6 @@ overrides: ceph: - log-whitelist: ['candidate had a read error', 'deep-scrub 0 missing, 1 inconsistent objects', 'deep-scrub 0 missing, 4 inconsistent objects', 'deep-scrub 1 errors', 'deep-scrub 4 errors', '!= known omap_digest', '!= known data_digest', 'repair 0 missing, 1 inconsistent objects', 'repair 0 missing, 4 inconsistent objects', 'repair 1 errors, 1 fixed', 'repair 4 errors, 4 fixed', 'scrub 0 missing, 1 inconsistent', 'scrub 1 errors', 'size 1 != known size', '!= best guess'] + log-whitelist: ['candidate had a stat error', 'candidate had a read error', 'deep-scrub 0 missing, 1 inconsistent objects', 'deep-scrub 0 missing, 4 inconsistent objects', 'deep-scrub 1 errors', 'deep-scrub 4 errors', '!= known omap_digest', '!= known data_digest', 'repair 0 missing, 1 inconsistent objects', 'repair 0 missing, 4 inconsistent objects', 'repair 1 errors, 1 fixed', 'repair 4 errors, 4 fixed', 'scrub 0 missing, 1 inconsistent', 'scrub 1 errors', 'size 1 != known size', '!= best guess'] conf: osd: filestore debug inject read err : true diff --git a/tasks/repair_test.py b/tasks/repair_test.py index 856cd1e992b..8b51dd47f89 100644 --- a/tasks/repair_test.py +++ b/tasks/repair_test.py @@ -262,6 +262,7 @@ def task(ctx, config): - install: - ceph: log-whitelist: + - 'candidate had a stat error' - 'candidate had a read error' - 'deep-scrub 0 missing, 1 inconsistent objects' - 'deep-scrub 0 missing, 4 inconsistent objects'