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:
parent
732ff2cf24
commit
ba76f6457d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user