fix bug 3390625, delete check option -m for 'set_lpar_name'
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10292 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
a883dd15e8
commit
38e619fcdb
@ -306,8 +306,8 @@ sub chvm_parse_args {
|
||||
}
|
||||
}
|
||||
if (exists($opt{lparname}) &&
|
||||
(exists($opt{p}) || exists($opt{i}) || exists($opt{m}) || exists($opt{r}))) {
|
||||
return (usage("lparname should NOT be used with -p, -i, -m or -r."));
|
||||
(exists($opt{p}) || exists($opt{i}) || exists($opt{r}))) {
|
||||
return (usage("lparname should NOT be used with -p, -i or -r."));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user