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
This commit is contained in:
yinle 2010-12-17 02:06:49 +00:00
parent 147d0f8045
commit 5bf9564a70

View File

@ -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;