From: David Zafman Date: Wed, 25 Nov 2015 15:29:27 +0000 (-0800) Subject: repair_test: Add whitelist item for new stat error message X-Git-Tag: v10.2.6~165^2^2~232^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a204f6f9328b56010c9af15353f3a213bbdf23e7;p=ceph.git repair_test: Add whitelist item for new stat error message Signed-off-by: David Zafman --- diff --git a/suites/rados/basic/tasks/repair_test.yaml b/suites/rados/basic/tasks/repair_test.yaml index 1fd037bed213..277a5a24022a 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 856cd1e992bf..8b51dd47f89d 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'