From 4cccde634fb10b58e4eb050286b945ed218e6f62 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Thu, 17 Sep 2015 07:29:07 -0700 Subject: [PATCH] Revert "Merge pull request #567 from ceph/ceph_fuse-timeout" This reverts commit ff1655cb57793f18698919f5284b1f207893ff8f, reversing changes made to 2b25080d4faf0ae9ddb0000808830cd4d5c7bea1. Since we haven't actually started the MDS daemons yet, this code is broken. Signed-off-by: Greg Farnum --- tasks/ceph.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasks/ceph.py b/tasks/ceph.py index 717b7ec551a..b8c0fba1367 100644 --- a/tasks/ceph.py +++ b/tasks/ceph.py @@ -292,9 +292,6 @@ def cephfs_setup(ctx, config): 'ceph', 'mds', 'set_max_mds', str(num_active)]) - # make sure the FS is accessible before proceeding - ceph_fs.wait_for_daemons(timeout=300) - yield