未验证 提交 a7a6f122 编写于 作者: A Amador Pahim

Merge branch 'Naresh-ibm-multipath_lib_typo'

Signed-off-by: NAmador Pahim <apahim@redhat.com>
......@@ -122,7 +122,7 @@ def get_multipath_details():
:return: Dictionary of multipath output in json format.
"""
mpath_op = process.system_output("multipathd show maps jsons", sudo=True)
mpath_op = process.system_output("multipathd show maps json", sudo=True)
if 'multipath-tools v' in mpath_op:
return ''
mpath_op = ast.literal_eval(mpath_op.replace("\n", '').replace(' ', ''))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册