]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
include the machine type when waiting for machines 548/head
authorLoic Dachary <ldachary@redhat.com>
Mon, 29 Jun 2015 14:36:54 +0000 (16:36 +0200)
committerLoic Dachary <ldachary@redhat.com>
Mon, 29 Jun 2015 15:08:57 +0000 (17:08 +0200)
Signed-off-by: Loic Dachary <loic@dachary.org>
teuthology/task/internal.py

index 8c7de33c0386a9cab04d775f69b218c616b4f80f..3adc6ad217cd34e5f0308b13f57a39fc49a25907 100644 (file)
@@ -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),