From 4a0f8fee549ce9ac6db78551e57435291e103cda Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Thu, 15 Sep 2011 17:26:03 -0700 Subject: [PATCH] ceph.py: remove unused variables mds_daemons and mon_daemons Signed-off-by: Samuel Just --- teuthology/task/ceph.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index 4844a11b6d..ca3b7aa799 100644 --- a/teuthology/task/ceph.py +++ b/teuthology/task/ceph.py @@ -626,7 +626,6 @@ def cluster(ctx, config): @contextlib.contextmanager def mon(ctx, config): log.info('Starting mon daemons...') - mon_daemons = {} mons = ctx.cluster.only(teuthology.is_type('mon')) coverage_dir = '/tmp/cephtest/archive/coverage' @@ -738,7 +737,6 @@ def osd(ctx, config): def mds(ctx, config): log.info('Starting mds daemons...') firstmon = teuthology.get_first_mon(ctx, config) - mds_daemons = {} mdss = ctx.cluster.only(teuthology.is_type('mds')) coverage_dir = '/tmp/cephtest/archive/coverage' -- 2.39.5