From 282074b4378216c6a9c9e6a2b6589758c589c2e7 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Tue, 5 Apr 2016 22:47:14 +0200 Subject: [PATCH] openstack: increase ceph-fuse delays In the same way it's done in machine_types/vps.yaml Signed-off-by: Loic Dachary Conflicts: teuthology/openstack/openstack.yaml --- teuthology/openstack/openstack-basic.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/teuthology/openstack/openstack-basic.yaml b/teuthology/openstack/openstack-basic.yaml index cf076259c1..db443f4df6 100644 --- a/teuthology/openstack/openstack-basic.yaml +++ b/teuthology/openstack/openstack-basic.yaml @@ -8,4 +8,8 @@ overrides: mon lease ack timeout: 25 s3tests: idle_timeout: 1200 -archive-on-error: true \ No newline at end of file + ceph-fuse: + client.0: + mount_wait: 60 + mount_timeout: 120 +archive-on-error: true -- 2.39.5