mirror of
https://github.com/ceph/ceph
synced 2025-01-19 09:32:00 +00:00
ceph.py: remove unused variables mds_daemons and mon_daemons
Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
This commit is contained in:
parent
a3c886af19
commit
4a0f8fee54
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user