]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa: fix cephfs-mirror unwinding and 'fs volume create/rm' order
authorJos Collin <jcollin@redhat.com>
Mon, 24 Jul 2023 08:46:52 +0000 (14:16 +0530)
committerJos Collin <jcollin@redhat.com>
Wed, 26 Jul 2023 04:30:41 +0000 (10:00 +0530)
commitb9a1a3cdf9770bcb27d6e08ddbc059f01674f4b8
tree283beab795804e291b9a6d0efc6e9e2b1b2575b5
parent38dea7dc2156bd003d2291e9f2d82688490beb53
qa: fix cephfs-mirror unwinding and 'fs volume create/rm' order

* Fixes the 'fs volume create' happens before the cephfs-mirror daemon start.
* Fixes the 'fs volume rm' happen only after the cephfs-mirror daemon unwinding.
  - This prevents the issue of mirror-daemon not returning from a libcephfs call, as
    the volumes were deleted during the cephfs_mirror_thrash ing.

Fixes: https://tracker.ceph.com/issues/61182
Signed-off-by: Jos Collin <jcollin@redhat.com>
qa/suites/fs/mirror-ha/cephfs-mirror/+ [new file with mode: 0644]
qa/suites/fs/mirror-ha/cephfs-mirror/1-volume-create-rm.yaml [new file with mode: 0644]
qa/suites/fs/mirror-ha/cephfs-mirror/2-three-per-cluster.yaml [new file with mode: 0644]
qa/suites/fs/mirror-ha/cephfs-mirror/three-per-cluster.yaml [deleted file]
qa/suites/fs/mirror-ha/workloads/cephfs-mirror-ha-workunit.yaml