]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: test_multi.py avoid creating mds
authorAbhishek Lekshmanan <abhishek@suse.com>
Thu, 7 Jul 2016 09:37:58 +0000 (11:37 +0200)
committerAbhishek Lekshmanan <abhishek@suse.com>
Thu, 7 Jul 2016 09:37:58 +0000 (11:37 +0200)
Avoid creating mds' while bootstrapping new clusters from test_multi.py
as we only require an rgw+ceph cluster for the tests

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
src/test/rgw/test_multi.py

index 3039a6922c0cd1a1f823831ef0662bface8a4944..cbec4004540e193c2ffce6c68d93484afba54b3f 100644 (file)
@@ -79,7 +79,7 @@ def mstart(cluster_id, is_new):
     cmd = mpath('mstart.sh', cluster_id)
     if is_new:
         cmd += ' -n'
-
+        cmd += ' --mds_num 0'
     bash(cmd)
 
 def mstop(cluster_id, entity = None):