From 9d6ff34b501bb6279083737f9e3e8d52c6e22f80 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 21 Sep 2016 10:21:33 -0400 Subject: [PATCH] rados/basic/tasks/repair_test: enable bluestore error injection Signed-off-by: Sage Weil --- suites/rados/basic/tasks/repair_test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/suites/rados/basic/tasks/repair_test.yaml b/suites/rados/basic/tasks/repair_test.yaml index 277a5a24022a2..d235af30e90a4 100644 --- a/suites/rados/basic/tasks/repair_test.yaml +++ b/suites/rados/basic/tasks/repair_test.yaml @@ -3,7 +3,8 @@ overrides: 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 + filestore debug inject read err: true + bluestore debug inject read err: true tasks: - install: - ceph: -- 2.39.5