]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
lock/ops: don't misguide user while waiting for vms up
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Thu, 16 Jan 2025 17:35:52 +0000 (18:35 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Thu, 30 Jan 2025 09:30:54 +0000 (10:30 +0100)
The message "virtual machine is still unavailable" is mistakenly
shown to user, when vms are actually available.

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
teuthology/lock/ops.py

index fbb7fb6fbbfbce457cc158be4d18cd529013ad95..52dce685754c772c1aff15cb6b05527a56af48d2 100644 (file)
@@ -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, ' +