From ba76f6457d54ef7e8e4b6f65f5ea87c1ee2de3a4 Mon Sep 17 00:00:00 2001 From: yinle Date: Sat, 12 Feb 2011 09:54:11 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/PPCvitals.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCvitals.pm b/perl-xCAT/xCAT/PPCvitals.pm index 2bb857447..a8487f75d 100644 --- a/perl-xCAT/xCAT/PPCvitals.pm +++ b/perl-xCAT/xCAT/PPCvitals.pm @@ -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;