FSP/BPA redundancy: add supporting of cec and frame

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8538 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2010-12-31 05:46:11 +00:00
parent 673c9a837d
commit f499213a70

View File

@ -95,14 +95,14 @@ sub mkhwconn_parse_args
next;
}
if ( $nodetype eq 'fsp' and
if ( ($nodetype eq 'fsp' or $nodetype eq 'cec') and
$node_parent and
$node_parent ne $node)
{
push @bpa_ctrled_nodes, $node;
}
if ( $nodetype eq 'bpa')
if ( ($nodetype eq 'bpa' or $nodetype eq 'frame'))
{
my $my_frame_bpa_cec = getFrameMembers( $node, $vpdtab, $ppctab);
push @frame_members, @$my_frame_bpa_cec;