]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: set joinable on FS before exiting tests in TestFSFail 57333/head
authorRishabh Dave <ridave@redhat.com>
Tue, 7 May 2024 14:50:55 +0000 (20:20 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 16 May 2024 16:41:01 +0000 (22:11 +0530)
commitfaa30e03f31551a71ebb8330dbbe7005d9ddd559
tree08e3530a2f51f6130f5e9e50f46694876b4ce786
parentc2fb93636ebe325b2c93b199bfbcf8e59451a24d
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>
qa/tasks/cephfs/test_admin.py