]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/cephfs: increase data to be delay data sync by mirror daemon 62250/head
authorVenky Shankar <vshankar@redhat.com>
Fri, 21 Mar 2025 17:09:58 +0000 (22:39 +0530)
committerVenky Shankar <vshankar@redhat.com>
Thu, 8 May 2025 21:37:38 +0000 (03:07 +0530)
Signed-off-by: Venky Shankar <vshankar@redhat.com>
qa/suites/fs/mirror/overrides/ignorelist_health.yaml [changed from symlink to file mode: 0644]
qa/tasks/cephfs/test_mirroring.py

deleted file mode 120000 (symlink)
index 4cb7d981d9d490b5726aa3bee089a5066e119866..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-./.qa/cephfs/overrides/ignorelist_health.yaml
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..834400c7c9b9ca8b271737353d56c3bc569eeb75
--- /dev/null
@@ -0,0 +1,29 @@
+overrides:
+  ceph:
+    log-ignorelist:
+      - FS_DEGRADED
+      - fs.*is degraded
+      - filesystem is degraded
+      - FS_INLINE_DATA_DEPRECATED
+      - FS_WITH_FAILED_MDS
+      - MDS_ALL_DOWN
+      - filesystem is offline
+      - is offline because no MDS
+      - MDS_DAMAGE
+      - MDS_DEGRADED
+      - MDS_FAILED
+      - MDS_INSUFFICIENT_STANDBY
+      - insufficient standby MDS daemons available
+      - MDS_UP_LESS_THAN_MAX
+      - online, but wants
+      - filesystem is online with fewer MDS than max_mds
+      - POOL_APP_NOT_ENABLED
+      - do not have an application enabled
+      - overall HEALTH_
+      - Replacing daemon
+      - deprecated feature inline_data
+      - BLUESTORE_SLOW_OP_ALERT
+      - slow operation indications in BlueStore
+      - experiencing slow operations in BlueStore
+      - MGR_MODULE_ERROR
+      - OSD_NEARFULL
index 30c4fd81dc3ad8319666947a1223d30387ce3dff..4d17a9a902f0c46c36173d001554e426c6d3711f 100644 (file)
@@ -686,7 +686,7 @@ class TestMirroring(CephFSTestCase):
 
         # create a bunch of files in a directory to snap
         self.mount_a.run_shell(["mkdir", "d0"])
-        for i in range(8):
+        for i in range(100):
             filename = f'file.{i}'
             self.mount_a.write_n_mb(os.path.join('d0', filename), 1024)