]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Be more verbose when waiting for free machines
authorZack Cerza <zack@cerza.org>
Fri, 11 Oct 2013 20:03:40 +0000 (15:03 -0500)
committerZack Cerza <zack@cerza.org>
Fri, 11 Oct 2013 21:24:54 +0000 (16:24 -0500)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/task/internal.py

index 618487dfbdd7ec5cd9d62717a56216c66c118a9a..a9804fda9a257f3f8317efb1c758700ef2986ca9 100644 (file)
@@ -74,7 +74,11 @@ def lock_machines(ctx, config):
                               machine_type, machines))
         if num_free < 6 and ctx.owner.startswith('scheduled'):
             if ctx.block:
-                log.info('waiting for more machines to be free...')
+                log.info(
+                    'waiting for more machines to be free (need %s see %s)...',
+                    how_many,
+                    num_free,
+                )
                 time.sleep(10)
                 continue
             else: