]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: cleanup volumes on unwind 47754/head
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 23 Aug 2022 12:14:59 +0000 (08:14 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 16 Sep 2022 14:24:21 +0000 (10:24 -0400)
Fixes: https://tracker.ceph.com/issues/57248
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/suites/fs/mirror-ha/workloads/cephfs-mirror-ha-workunit.yaml

index 18eb46d786ffb716e9d38e5ebccf84de2a028a54..f43a9a4ba7b258769b8ecbeb861c28b8f8405680 100644 (file)
@@ -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