From: Patrick Donnelly Date: Tue, 23 Aug 2022 12:14:59 +0000 (-0400) Subject: qa: cleanup volumes on unwind X-Git-Tag: v18.1.0~1037^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=62141357e0271c7eb35467c7f85684d3775ec466;p=ceph.git qa: cleanup volumes on unwind Fixes: https://tracker.ceph.com/issues/57248 Signed-off-by: Patrick Donnelly --- diff --git a/qa/suites/fs/mirror-ha/workloads/cephfs-mirror-ha-workunit.yaml b/qa/suites/fs/mirror-ha/workloads/cephfs-mirror-ha-workunit.yaml index 18eb46d786f..f43a9a4ba7b 100644 --- a/qa/suites/fs/mirror-ha/workloads/cephfs-mirror-ha-workunit.yaml +++ b/qa/suites/fs/mirror-ha/workloads/cephfs-mirror-ha-workunit.yaml @@ -9,9 +9,16 @@ overrides: tasks: - exec: - client.1: + mon.a: - "ceph fs volume create dc" - "ceph fs volume create dc-backup" + # Remove volumes during unwind to avoid MDS replacement warnings: + - full_sequential_finally: + - exec: + mon.a: + - ceph config set mon mon_allow_pool_delete true + - ceph fs volume rm dc --yes-i-really-mean-it + - ceph fs volume rm dc-backup --yes-i-really-mean-it - ceph-fuse: client.1: cephfs_name: dc