From bf7b1dd4a741c978b19b01f9f53f048ac32b801b Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 10 Aug 2011 12:47:20 -0700 Subject: [PATCH] ceph: fix max_mds calculation Signed-off-by: Sage Weil --- teuthology/task/ceph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index ea6ceea2892d9..60a11dab4d7ae 100644 --- a/teuthology/task/ceph.py +++ b/teuthology/task/ceph.py @@ -624,7 +624,7 @@ def mds(ctx, config): log.info('Recording coverage for this run.') daemon_signal = 'term' - num_active = 1 + num_active = 0 for remote, roles_for_host in mdss.remotes.iteritems(): for id_ in teuthology.roles_of_type(roles_for_host, 'mds'): if not id_.endswith('-s'): -- 2.39.5