]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks: Nothing to clean up if the volume was not created
authorJos Collin <jcollin@redhat.com>
Fri, 3 Jan 2020 06:38:35 +0000 (12:08 +0530)
committerRamana Raja <rraja@redhat.com>
Wed, 12 Feb 2020 10:11:59 +0000 (05:11 -0500)
commitd2586a6d248c5ef9edfd6bd62be6ee83d34cf45e
tree57b1f22100a54074aa75fc2e49536b80e3399a1e
parent8dd64e8eb4b2dbbca783079a3c9cc4229f6c9c4c
qa/tasks: Nothing to clean up if the volume was not created

There are only 2 cases which needs cleanup:
1. The volume is successfully created
2. The volume is successfully created but create_mds fails

In either case, we could do a 'volume rm'.

Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit 67e43f466826f121d7649da33954b5b6a5454101)
qa/tasks/cephfs/test_volumes.py