Skip to content
Snippets Groups Projects
Commit f6a32708 authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix small typo in gnt-node


The iallocator option is '-I' not '-i'.

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent 94cdfa4a
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@ def EvacuateNode(opts, args):
cnt = [dst_node, iallocator].count(None)
if cnt != 1:
raise errors.OpPrereqError("One and only one of the -n and -i"
raise errors.OpPrereqError("One and only one of the -n and -I"
" options must be passed")
selected_fields = ["name", "sinst_list"]
......
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