From: Kyr Shatskyy Date: Thu, 16 Jan 2025 17:35:52 +0000 (+0100) Subject: lock/ops: don't misguide user while waiting for vms up X-Git-Tag: 1.2.2~40^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d9f0a9a3e4ac784501cb457c19847f0d913d90f5;p=teuthology.git 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 --- 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, ' +