diff --git a/perl-xCAT/xCAT/FSPvitals.pm b/perl-xCAT/xCAT/FSPvitals.pm index 2a2ee62ea..13c06e8c0 100644 --- a/perl-xCAT/xCAT/FSPvitals.pm +++ b/perl-xCAT/xCAT/FSPvitals.pm @@ -315,7 +315,8 @@ sub rackenv { foreach my $td ( @t ) { push @result, [$name,$td, $Rc]; if ( !exists($request->{verbose}) ) { - if( $td =~ /^Rack altitude in meters/ ) { + #if( $td =~ /^Rack altitude in meters/ ) { + if( $td =~ /^BPA-B total output in watts/ ) { last; } }