From 5bf9564a704bde8bc28ca2e5711a2639bae03bf8 Mon Sep 17 00:00:00 2001 From: yinle Date: Fri, 17 Dec 2010 02:06:49 +0000 Subject: [PATCH] FSP/BPA redundancy: add supporting of cec object. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8443 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCrflash.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCrflash.pm b/perl-xCAT/xCAT/PPCrflash.pm index 3fefc77f1..7ffd5bda6 100644 --- a/perl-xCAT/xCAT/PPCrflash.pm +++ b/perl-xCAT/xCAT/PPCrflash.pm @@ -243,7 +243,7 @@ sub noderange_validate { } } #print "type:$type\n"; - if( $type =~/(fsp|lpar)/) { + if( $type =~/(fsp|lpar|cec)/) { $f1 = 1; } else { $f2 = 1;