From: Loic Dachary Date: Mon, 29 Jun 2015 14:36:54 +0000 (+0200) Subject: include the machine type when waiting for machines X-Git-Tag: 1.1.0~895^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F548%2Fhead;p=teuthology.git include the machine type when waiting for machines Signed-off-by: Loic Dachary --- diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index 8c7de33c0..3adc6ad21 100644 --- a/teuthology/task/internal.py +++ b/teuthology/task/internal.py @@ -102,7 +102,8 @@ def lock_machines(ctx, config): if len(machines) < to_reserve + how_many and ctx.owner.startswith('scheduled'): if ctx.block: log.info( - 'waiting for more machines to be free (need %s + %s, have %s)...', + 'waiting for more %s machines to be free (need %s + %s, have %s)...', + machine_type, to_reserve, how_many, len(machines),