From: Jos Collin Date: Wed, 16 Jul 2025 10:02:26 +0000 (+0530) Subject: qa: increase the randomness to trigger the directory import/export X-Git-Tag: v20.1.0~63^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F64579%2Fhead;p=ceph.git qa: increase the randomness to trigger the directory import/export Fixes: https://tracker.ceph.com/issues/65770 Signed-off-by: Jos Collin (cherry picked from commit a4ef269d1e47e639029a86e35304cf6ba0df4ce7) --- diff --git a/qa/suites/fs/workload/ranks/multi/balancer/random.yaml b/qa/suites/fs/workload/ranks/multi/balancer/random.yaml index 977e83fc23c0..644e0b03b430 100644 --- a/qa/suites/fs/workload/ranks/multi/balancer/random.yaml +++ b/qa/suites/fs/workload/ranks/multi/balancer/random.yaml @@ -2,9 +2,9 @@ overrides: ceph: conf: mds: - mds_export_ephemeral_random_max: 0.10 + mds_export_ephemeral_random_max: 0.20 tasks: - exec: mon.a: - ceph fs set cephfs balance_automate false - - ceph fs subvolumegroup pin cephfs qa random 0.10 + - ceph fs subvolumegroup pin cephfs qa random 0.20