]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: fix multi-fs tests in test_mds_metrics.py 64336/head
authorJos Collin <jcollin@redhat.com>
Fri, 11 Apr 2025 06:08:20 +0000 (11:38 +0530)
committerJos Collin <jcollin@redhat.com>
Thu, 3 Jul 2025 13:03:07 +0000 (18:33 +0530)
commit886bf51ba90c112ceaf6dfb89c2cb0aeaa99fab2
tree4f1ab452524906e12ba2fb68067a5dad0d09dfbf
parent8191933cf52dfc23eb7ab8021ef5832ff7d29a88
qa: fix multi-fs tests in test_mds_metrics.py

* Avoids the unnecessary setup, when writing a multi-fs test.
  Avoids creating the default filesystem, deleting it and creating the required filesystems, mounting them.
  This change uses the filesystems created using 'REQUIRE_BACKUP_FILESYSTEM' for conducting tests.
* This change consequently fixes the old/deleted filesystems appearing in the `perf stats` output,
  making it stale output.
* Drops unused function parameters.

Fixes: https://tracker.ceph.com/issues/68001
Fixes: https://tracker.ceph.com/issues/68446
Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit eaf2a8360d0d70b20d5ea61022fdde4f6a9b6464)
qa/tasks/cephfs/test_mds_metrics.py