FSP/BPA redundancy : add supporting of do rpower to CEC

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8370 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2010-12-10 03:06:43 +00:00
parent 9ca7bd1a7b
commit a3baadfbcb

View File

@ -189,7 +189,7 @@ sub fsp_state_action {
$fsp_name = $node_name;
if($type_name =~ /^fsp$/ || $type_name =~ /^lpar$/) {
if($type_name =~ /^fsp$/ || $type_name =~ /^lpar$/ || $type_name =~ /^cec$/) {
$type = 0;
} else {
$type = 1;