From: Alfredo Deza Date: Thu, 26 Feb 2015 16:26:15 +0000 (-0500) Subject: remove unused variable assignment X-Git-Tag: v0.94.10~27^2^2~148^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9157622ef77d2614b7bdfbd727f4a4a69f65d9e9;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 6cda5f5f546..6d98acc300a 100644 --- a/tasks/ceph_deploy.py +++ b/tasks/ceph_deploy.py @@ -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