From: Jos Collin Date: Mon, 10 Jun 2024 12:12:46 +0000 (+0530) Subject: qa/suites: drop --show-reachable=yes from fs:valgrind tests X-Git-Tag: v18.2.5~255^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6a212ce5f253b42fc64e7c0f76e76286f1ac7aad;p=ceph.git qa/suites: drop --show-reachable=yes from fs:valgrind tests Drop --show-reachable=yes from fs:valgrind tests as it shows CommandFailedError, which fails starting cephfs-mirror daemon and prevents the valgrind checks and reports. rbd:valgrind tests doesn't use --show-reachable=yes too. So dropping --show-reachable=yes to make it analogous to rbd:valgrind. Fixes: https://tracker.ceph.com/issues/64752 Fixes: https://tracker.ceph.com/issues/62221 Signed-off-by: Jos Collin (cherry picked from commit f17f2d6fee1dc59958678b697a0e0319c34691a7) --- diff --git a/qa/suites/fs/valgrind/mirror/cephfs-mirror/one-per-cluster.yaml b/qa/suites/fs/valgrind/mirror/cephfs-mirror/one-per-cluster.yaml index 4112a0af0b10f..41518f5d1fdec 100644 --- a/qa/suites/fs/valgrind/mirror/cephfs-mirror/one-per-cluster.yaml +++ b/qa/suites/fs/valgrind/mirror/cephfs-mirror/one-per-cluster.yaml @@ -4,4 +4,4 @@ meta: tasks: - cephfs-mirror: client: client.mirror - valgrind: [--tool=memcheck, --leak-check=full, --show-reachable=yes] + valgrind: [--tool=memcheck, --leak-check=full]