Revert "Merge pull request #567 from ceph/ceph_fuse-timeout"

This reverts commit ff1655cb57, reversing
changes made to 2b25080d4f.

Since we haven't actually started the MDS daemons yet, this code is broken.

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
This commit is contained in:
Greg Farnum 2015-09-17 07:29:07 -07:00
parent 2f43e23fc6
commit 4cccde634f

View File

@ -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