FSP/BPA redundancy: specify cec and frame's mgt as fsp and bpa
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8413 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
a57cbcaf91
commit
52e91ef24c
@ -103,6 +103,16 @@ sub add_ppc {
|
||||
# old data firstly
|
||||
###############################
|
||||
my $mgt = $hwtype;
|
||||
|
||||
# Specify CEC and Frame's mgt as fsp and bpa
|
||||
if ( $type =~ /^cec$/) {
|
||||
$mgt = "fsp";
|
||||
}
|
||||
if ( $type =~ /^frame$/) {
|
||||
$mgt = "bpa";
|
||||
}
|
||||
|
||||
|
||||
my $cons= $hwtype;
|
||||
if ( $not_overwrite)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user