]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: set joinable on FS before exiting tests in TestFSFail 57841/head
authorRishabh Dave <ridave@redhat.com>
Tue, 7 May 2024 14:50:55 +0000 (20:20 +0530)
committerRishabh Dave <ridave@redhat.com>
Wed, 12 Jun 2024 12:43:35 +0000 (18:13 +0530)
commit973ff56dd8a88983ff6b8d88d1e2f29ec107856c
tree4e3f3fdcaf9951c571452b0f81eb3441659d15a7
parent9feb6d6d2d049f68789b31112d22b3ec384281c8
qa/cephfs: set joinable on FS before exiting tests in TestFSFail

After running TestFSFail, CephFSTestCase.tearDown() fails attempting
to unmount CephFS. Set joinable on FS and wait for the MDS to be up
before exiting the test. This will ensure that unmounting is
successful in teardown.

Fixes: https://tracker.ceph.com/issues/65841
Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit faa30e03f31551a71ebb8330dbbe7005d9ddd559)
qa/tasks/cephfs/test_admin.py