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:
parent
bc7c729722
commit
9a36a98b79
@ -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' )
|
||||
|
Loading…
x
Reference in New Issue
Block a user