]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: convert mount calls to mount_wait
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 29 Jun 2021 21:51:43 +0000 (14:51 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 2 Jul 2021 23:17:34 +0000 (16:17 -0700)
commit42b73930aa9d52edb1d9229a29496aee4185563a
tree03749737ae0216d931b0f2532957ce86b11bb336
parent4a5eeb965ef0ab9fb7f10cd7bc04b9693a6bf027
qa: convert mount calls to mount_wait

These tests want to immediately use the mount anyway. But the main
problem is, without waiting for the mount to complete, the command:

    chmod 1777 /path/to/mount

is not run so the mount cannot be written to by normal users without
sudo.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 4fc4ccb7a112e16f564cbc01a3ced8d2b6be2d68)
qa/tasks/cephfs/filesystem.py
qa/tasks/cephfs/test_client_recovery.py
qa/tasks/cephfs/test_failover.py
qa/tasks/cephfs/test_fragment.py
qa/tasks/cephfs/test_mirroring.py
qa/tasks/cephfs/test_volumes.py