FSP/BPA redundancy: add supporting of CEC object
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8495 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
b1e92f9885
commit
bdfe86c0ce
@ -419,7 +419,7 @@ sub rmhwconn_parse_args
|
||||
next;
|
||||
}
|
||||
|
||||
if ( $nodetype eq 'fsp' and
|
||||
if ( ($nodetype eq 'fsp' or $nodetype eq 'cec') and
|
||||
$node_parent and
|
||||
$node_parent ne $node)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user