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