From: Jos Collin Date: Tue, 26 May 2026 04:49:53 +0000 (+0530) Subject: qa: drop creating huge files in test_cephfs_mirror_cancel_sync X-Git-Tag: v21.0.1~41^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1ce2777172cd9275e2e1440a1f0077865cf7f42e;p=ceph.git qa: drop creating huge files in test_cephfs_mirror_cancel_sync Fixes: https://tracker.ceph.com/issues/71701 Fixes: https://tracker.ceph.com/issues/72869 Signed-off-by: Jos Collin --- diff --git a/qa/tasks/cephfs/test_mirroring.py b/qa/tasks/cephfs/test_mirroring.py index dbe6dfb1fa7..cdc1963a8a8 100644 --- a/qa/tasks/cephfs/test_mirroring.py +++ b/qa/tasks/cephfs/test_mirroring.py @@ -773,7 +773,7 @@ class TestMirroring(CephFSTestCase): self.mount_a.run_shell(["mkdir", "d0"]) for i in range(100): filename = f'file.{i}' - self.mount_a.write_n_mb(os.path.join('d0', filename), 1024) + self.mount_a.write_n_mb(os.path.join('d0', filename), 100) self.enable_mirroring(self.primary_fs_name, self.primary_fs_id) self.add_directory(self.primary_fs_name, self.primary_fs_id, '/d0')