modify the output of 'rpower blade state'

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@11840 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
zhaoertao 2012-03-13 14:02:23 +00:00
parent f61ccd70f3
commit a6a8f4496e

View File

@ -63,9 +63,7 @@ sub enumerate {
##############################
if ( $type =~ /^(fsp|bpa|cec|frame|blade)$/ ) {
if ($type eq 'blade') {
if ($state =~ /power-on-transition|power off/) {
$state = "off";
} else {
if ($state =~ /standby|operating/) {
$state = "on";
}
}