From: Patrick Donnelly Date: Fri, 10 Jun 2022 17:20:33 +0000 (-0400) Subject: qa: move export yaml to separate file X-Git-Tag: v18.0.0~578^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7d3982201f4aed2256ee005fe8bf367fe693a969;p=ceph.git qa: move export yaml to separate file Signed-off-by: Patrick Donnelly --- diff --git a/qa/suites/fs/workload/ranks/multi/export-check.yaml b/qa/suites/fs/workload/ranks/multi/export-check.yaml new file mode 100644 index 000000000000..80f210861dbf --- /dev/null +++ b/qa/suites/fs/workload/ranks/multi/export-check.yaml @@ -0,0 +1,6 @@ +overrides: + check-counter: + counters: + mds: + - mds.exported + - mds.imported diff --git a/qa/suites/fs/workload/ranks/multi/n/3.yaml b/qa/suites/fs/workload/ranks/multi/n/3.yaml index 9ed043c14849..9e6bddce0cf9 100644 --- a/qa/suites/fs/workload/ranks/multi/n/3.yaml +++ b/qa/suites/fs/workload/ranks/multi/n/3.yaml @@ -2,8 +2,3 @@ overrides: ceph: cephfs: max_mds: 3 - check-counter: - counters: - mds: - - mds.exported - - mds.imported diff --git a/qa/suites/fs/workload/ranks/multi/n/5.yaml b/qa/suites/fs/workload/ranks/multi/n/5.yaml index ed89cef3a862..2265aa0f27d1 100644 --- a/qa/suites/fs/workload/ranks/multi/n/5.yaml +++ b/qa/suites/fs/workload/ranks/multi/n/5.yaml @@ -2,8 +2,3 @@ overrides: ceph: cephfs: max_mds: 5 - check-counter: - counters: - mds: - - mds.exported - - mds.imported