]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
repair_test: Add whitelist item for new stat error message
authorDavid Zafman <dzafman@redhat.com>
Wed, 25 Nov 2015 15:29:27 +0000 (07:29 -0800)
committerDavid Zafman <dzafman@redhat.com>
Wed, 16 Dec 2015 01:43:48 +0000 (17:43 -0800)
Signed-off-by: David Zafman <dzafman@redhat.com>
suites/rados/basic/tasks/repair_test.yaml
tasks/repair_test.py

index 1fd037bed213a2e462319c319d4fbf2362fc6d3a..277a5a24022a250aafcc39bb17254fedad1e1c4c 100644 (file)
@@ -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
index 856cd1e992bf3a57334504aa85d57e477e165a58..8b51dd47f89d25ab03d97d4d0bd9c554d08d0702 100644 (file)
@@ -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'