The current check will be insufficient when we handle standby-replays,
standbys, etc, but it's a lot better than the current situation where
it starts up all the daemons but only one is active!
Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
                 )
             mds_daemons[id_] = proc
 
+    (mon0_remote,) = ctx.cluster.only('mon.0').remotes.keys()
+    mon0_remote.run(args=[
+            '/tmp/cephtest/enable-coredump',
+            '/tmp/cephtest/binary/usr/local/bin/ceph-coverage',
+            '/tmp/cephtest/archive/coverage',
+            '/tmp/cephtest/binary/usr/local/bin/ceph',
+            '-c', '/tmp/cephtest/ceph.conf',
+            'mds', 'set_max_mds', str(len(mdss.remotes))])
+
     try:
         yield
     finally: