提交 5ff59ab2 编写于 作者: P Paul Calabrese

Add more diagnostic info when bootstrapping fails

上级 9ac871b7
......@@ -718,6 +718,7 @@ class Cluster(object):
for line in bootFile:
if p.search(line):
Utils.Print("ERROR: bios_boot.sh script resulted in errors. See %s" % (bootlog))
Utils.Print(line)
return None
producerKeys=Cluster.parseClusterKeys(totalNodes)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册