]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cleaned up commented code
authorMark Nelson <nhm@clusterfaq.org>
Thu, 28 Jun 2012 16:47:16 +0000 (11:47 -0500)
committerMark Nelson <nhm@clusterfaq.org>
Thu, 28 Jun 2012 16:47:16 +0000 (11:47 -0500)
Signed-off-by: Mark Nelson <nhm@clusterfaq.org>
teuthology/task/blktrace.py

index 1e9aa0b63f8270c664cb4f12101ed393cb7a3168..d7cfba2df341bf788a6b20da4eacbbabc9e494f9 100644 (file)
@@ -49,26 +49,6 @@ def execute(ctx, config):
                         ],
                     wait=False,   
                     )
-#    nodes = {}
-#    for client, properties in config.iteritems():
-#        if properties is None:
-#            properties = {}
-#        gen_movies = properties.get('gen_movies', 'false')
-#
-#        cluster = ctx.cluster.only(client)
-#        for remote in cluster.remotes.iterkeys():
-#            proc = remote.run(
-#                args=[
-#                    os.path.join(bin_dir, 'blktrace'),
-#                    '-t',
-#                    log_dir,
-#                    '-o'
-#                    '%s/%s' % (logdir, device),
-#                    '-F10',
-#                    ],
-#                wait=False,        
-#                )
-#            nodes[remote] = proc
     try:
         yield
     finally: