Fix bug 3203055:Cleanup mkwhconn/rmhwconn error message with FSP node

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9105 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2011-03-20 06:06:59 +00:00
parent bc7c729722
commit 9a36a98b79

View File

@ -98,6 +98,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' )