mirror of
https://github.com/ceph/ceph
synced 2024-12-17 17:05:42 +00:00
Merge pull request #12892 from ceph/wip-cd-fs-fix
qa/tasks/ceph-deploy: use the new create option during instantiation Reviewed-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
commit
7172b55ad9
@ -403,9 +403,7 @@ def build_ceph_cluster(ctx, config):
|
||||
|
||||
if mds_nodes:
|
||||
log.info('Configuring CephFS...')
|
||||
ceph_fs = Filesystem(ctx)
|
||||
if not ceph_fs.legacy_configured():
|
||||
ceph_fs.create()
|
||||
ceph_fs = Filesystem(ctx, create=True)
|
||||
elif not config.get('only_mon'):
|
||||
raise RuntimeError(
|
||||
"The cluster is NOT operational due to insufficient OSDs")
|
||||
|
Loading…
Reference in New Issue
Block a user