use 'cec_state' instead of 'bpa_state' for 'rpower blade state'
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@11831 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
65e98ce27d
commit
f431dc1800
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user