FSP/BPA redundancy: add support to rvitals of CEC

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8839 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2011-02-12 09:54:11 +00:00
parent 732ff2cf24
commit ba76f6457d

View File

@ -255,7 +255,7 @@ sub temp {
#################################
# Temperatures not available
#################################
if ( @$d[4] !~ /^(fsp|lpar)$/ ) {
if ( @$d[4] !~ /^(fsp|cec|lpar)$/ ) {
my $text = "$prefix Only available for CEC/LPAR";
push @result, [$name,$text,1];
next;