]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: set omit_sudo to False for wait_until_mounted() in... 35951/head
authorRishabh Dave <ridave@redhat.com>
Mon, 6 Jul 2020 17:41:27 +0000 (23:11 +0530)
committerRishabh Dave <ridave@redhat.com>
Tue, 7 Jul 2020 04:15:28 +0000 (09:45 +0530)
commitaad0cfcb4963221d04dbcc375bd7a85bb9b8907d
tree64f41eb4cd82e8e0ba9735746426eb32c1a88ac3
parent749da74e2d9af075c2f365516cf9ea4370b58ec0
qa/cephfs: set omit_sudo to False for wait_until_mounted() in...

fuse_mount.py. This isn't critical at all to vstart_runner.py runs but
this patch must dramatically reduce the time it takes in case the
command fails with "permission denied" due to lack of superuser
privileges since in this case the command is re-run 9 more times, each
separated by a sleep for 5 seconds.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/fuse_mount.py