mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-22 11:10:24 +00:00
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:
@@ -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' )
|
||||
|
Reference in New Issue
Block a user