use 'cec_state' instead of 'bpa_state' for 'rpower blade state'
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11832 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -36,7 +36,7 @@ sub enumerate { | ||||
|         #$cmds{$type} = ($type=~/^lpar$/) ? "all_lpars_state" : "cec_state"; | ||||
|         if( $type=~/^lpar$/ ) { | ||||
|             $cmds{$type} = "all_lpars_state"; | ||||
|         } elsif ($type=~/^(fsp|cec)$/) { | ||||
|         } elsif ($type=~/^(fsp|cec|blade)$/) { | ||||
|             $cmds{$type} =  "cec_state"; | ||||
|         } else { | ||||
|             $cmds{$type} = "bpa_state"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user