]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tasks: fix ceph_deploy call to Filesystem()
authorJohn Spray <john.spray@redhat.com>
Mon, 21 Mar 2016 10:13:25 +0000 (10:13 +0000)
committerJohn Spray <john.spray@redhat.com>
Mon, 21 Mar 2016 10:13:25 +0000 (10:13 +0000)
Fixes: #15204
Signed-off-by: John Spray <john.spray@redhat.com>
tasks/ceph_deploy.py

index 8b8badc77cee25c5e518242334e51430e07a9a9f..bb985e294c4cbebba07b4297f842cd6e6fa06d95 100644 (file)
@@ -368,8 +368,7 @@ def build_ceph_cluster(ctx, config):
 
             if mds_nodes:
                 log.info('Configuring CephFS...')
-                ceph_fs = Filesystem(
-                    ctx, admin_remote=clients.remotes.keys()[0])
+                ceph_fs = Filesystem(ctx)
                 if not ceph_fs.legacy_configured():
                     ceph_fs.create()
         elif not config.get('only_mon'):