fix bug 3390625, delete check option -m for 'set_lpar_name'

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@10291 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
zhaoertao
2011-08-16 04:07:28 +00:00
parent 7f109189f7
commit cea06ec458
+2 -2
View File
@@ -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."));
}
}