]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
remove unused variable assignment
authorAlfredo Deza <adeza@redhat.com>
Thu, 26 Feb 2015 16:26:15 +0000 (11:26 -0500)
committerAlfredo Deza <adeza@redhat.com>
Thu, 26 Feb 2015 20:02:07 +0000 (15:02 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 9df27f7a1040dae69ef65122d13d1640cb1b6a66)

tasks/ceph_deploy.py

index 6cda5f5f5462a28e2e4bd51cd2a2ed1283ceff50..6d98acc300a605669d0284e3272b2a9d25965b15 100644 (file)
@@ -222,7 +222,7 @@ def build_ceph_cluster(ctx, config):
         # If the following fails, it is OK, it might just be that the monitors
         # are taking way more than a minute/monitor to form quorum, so lets
         # try the next block which will wait up to 15 minutes to gatherkeys.
-        estatus_mon = execute_ceph_deploy(ctx, config, mon_create_nodes)
+        execute_ceph_deploy(ctx, config, mon_create_nodes)
 
         estatus_gather = execute_ceph_deploy(ctx, config, gather_keys)
         max_gather_tries = 90