提交 fae86592 编写于 作者: C Ciju John

Remove hard coded launcher nogen parameter.

上级 0d8a616e
......@@ -1276,7 +1276,7 @@ class Cluster(object):
if len(self.nodes) > 0:
raise RuntimeError("Cluster already running.")
cmd="%s -p %s -n %s -s %s -d %s -f --nogen" % (
cmd="%s -p %s -n %s -s %s -d %s -f" % (
Utils.EosLauncherPath, pnodes, totalNodes, topo, delay)
cmdArr=cmd.split()
if self.staging:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册