]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/osd_failsafe_enospc.py
import ceph 15.2.10
[ceph.git] / ceph / qa / tasks / osd_failsafe_enospc.py
index 4b2cdb983fc0badd033b9b98c03d400997133044..da43ee9c5db93fd62f7b22e29e530ea1add94b80 100644 (file)
@@ -17,13 +17,13 @@ def task(ctx, config):
     Test handling of osd_failsafe_nearfull_ratio and osd_failsafe_full_ratio
     configuration settings
 
-    In order for test to pass must use log-whitelist as follows
+    In order for test to pass must use log-ignorelist as follows
 
         tasks:
             - chef:
             - install:
             - ceph:
-                log-whitelist: ['OSD near full', 'OSD full dropping all updates']
+                log-ignorelist: ['OSD near full', 'OSD full dropping all updates']
             - osd_failsafe_enospc:
 
     """