Skip to content
Snippets Groups Projects
Commit 2be53937 authored by wangchao's avatar wangchao
Browse files

fix a typo.

parent 87746d1e
No related branches found
No related tags found
No related merge requests found
......@@ -699,7 +699,7 @@ def add_mds(gen, lustre, options):
def add_mgmt(gen, lustre, options):
node_name = get_option(options, 'node')
node_uuid = name2uuid(lustre, node_name, 'mode')
node_uuid = name2uuid(lustre, node_name, 'node')
mgmt_name = get_option(options, 'mgmt')
if not mgmt_name:
mgmt_name = new_name('MGMT_' + node_name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment