Fix bug Cleanup 3203055: mkwhconn/rmhwconn error message with FSP node .
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9106 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
9a36a98b79
commit
f71da103cf
@ -138,6 +138,12 @@ sub mkhwconn_parse_args
|
||||
{
|
||||
push @no_type_nodes, $node;
|
||||
next;
|
||||
} else
|
||||
{
|
||||
unless ( $nodetype =~ /^(fsp|bpa|frame|cec|hmc)$/)
|
||||
{
|
||||
return ( usage("Node type is incorrect. \n"));
|
||||
}
|
||||
}
|
||||
|
||||
if (( $nodetype eq 'fsp' or $nodetype eq 'cec') and
|
||||
|
Loading…
Reference in New Issue
Block a user