From: Alfredo Deza Date: Thu, 26 Feb 2015 16:26:15 +0000 (-0500) Subject: remove unused variable assignment X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bca5988ffa2492456ed88fc10258adda36e80024;p=ceph.git remove unused variable assignment Signed-off-by: Alfredo Deza (cherry picked from commit 9df27f7a1040dae69ef65122d13d1640cb1b6a66) --- diff --git a/tasks/ceph_deploy.py b/tasks/ceph_deploy.py index fbfc01f69d0..058a798e052 100644 --- a/tasks/ceph_deploy.py +++ b/tasks/ceph_deploy.py @@ -213,7 +213,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