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.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b4ea8c07d2f4a2d30eb9529b1058ba01ce1759e5;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 8c7de33c03..3adc6ad217 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),