]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks/ceph_fuse.py: virtual machines need flexible mount timeout
authorLoic Dachary <ldachary@redhat.com>
Tue, 14 Jul 2015 08:27:57 +0000 (10:27 +0200)
committerLoic Dachary <ldachary@redhat.com>
Mon, 5 Oct 2015 07:48:18 +0000 (09:48 +0200)
commita4ec1fe7a39c43e3f4b6c1afbc3b01542200cd23
tree7ada16efe1051567d38fa49badc7c086f0406cd3
parent0c70cd44cfa5f7c9a16db51f446a13a1953c3117
tasks/ceph_fuse.py: virtual machines need flexible mount timeout

1) add a wait time before the mount attempt to let the cluster get set up.
By default this should be skipped, but for VMs and known-slow systems we
can give them 60 seconds.
2) Make the timeout configurable, with a 30-second default, but override it
for VM tests.

http://tracker.ceph.com/issues/12320 Fixes: #12320

Signed-off-by: Loic Dachary <loic@dachary.org>
(cherry picked from commit ec12f21a7ead9d82b575c4f927d5e7b73f85c3d5)
machine_types/vps.yaml
tasks/ceph_fuse.py
tasks/cephfs/fuse_mount.py