]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph: fix max_mds calculation
authorSage Weil <sage@newdream.net>
Wed, 10 Aug 2011 19:47:20 +0000 (12:47 -0700)
committerSage Weil <sage@newdream.net>
Wed, 10 Aug 2011 19:47:20 +0000 (12:47 -0700)
Signed-off-by: Sage Weil <sage@newdream.net>
teuthology/task/ceph.py

index ea6ceea2892d991f6802123e559ba5a4e6314b69..60a11dab4d7aec678e200d926bfe10f1321c9df8 100644 (file)
@@ -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'):