From df879eb0a4edfea9d52cd255b0535af6619c5f17 Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Thu, 16 Jan 2025 18:35:52 +0100 Subject: [PATCH] lock/ops: don't misguide user while waiting for vms up The message "virtual machine is still unavailable" is mistakenly shown to user, when vms are actually available. Signed-off-by: Kyr Shatskyy --- teuthology/lock/ops.py | 1 - 1 file changed, 1 deletion(-) diff --git a/teuthology/lock/ops.py b/teuthology/lock/ops.py index fbb7fb6fb..52dce6857 100644 --- a/teuthology/lock/ops.py +++ b/teuthology/lock/ops.py @@ -445,7 +445,6 @@ def block_and_lock_machines(ctx, total_requested, machine_type, reimage=True, tr loopcount += 1 time.sleep(10) keys_dict = misc.ssh_keyscan(vmlist) - log.info('virtual machine is still unavailable') if loopcount == 40: loopcount = 0 log.info('virtual machine(s) still not up, ' +