output one message that System Temperature Not support in Direct FSP Management
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9068 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
08cac583ba
commit
95a46acef1
@ -167,6 +167,8 @@ sub temp {
|
||||
while (my ($mtms,$h) = each(%$hash) ) {
|
||||
while (my ($name,$d) = each(%$h) ) {
|
||||
my $mtms = @$d[5];
|
||||
|
||||
push @result, [$name,"System Temperature Not support in Direct FSP Management",-1];
|
||||
|
||||
#################################
|
||||
# No frame commands for IVM
|
||||
@ -197,6 +199,8 @@ sub temp {
|
||||
}
|
||||
}
|
||||
|
||||
return( \@result );
|
||||
|
||||
while (my ($mtms,$h) = each(%frame) ) {
|
||||
#################################
|
||||
# Get temperatures this frame
|
||||
|
Loading…
Reference in New Issue
Block a user