mirror of
https://github.com/ceph/ceph
synced 2025-02-15 23:07:55 +00:00
remove unused variable assignment
Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
parent
d22cd6917b
commit
9df27f7a10
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user