FSP/BPA redundancy: add supporting cec and frame type
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8436 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
b467738cbb
commit
4254a7b774
@ -75,7 +75,7 @@ sub firmware {
|
||||
#####################################
|
||||
# Command only supported on FSP/BPA/LPARs
|
||||
#####################################
|
||||
if ( @$d[4] !~ /^(fsp|bpa|lpar)$/ ) {
|
||||
if ( @$d[4] !~ /^(fsp|bpa|lpar|cec|frame)$/ ) {
|
||||
push @result,
|
||||
[$name,"Information only available for CEC/BPA/LPAR",RC_ERROR];
|
||||
next;
|
||||
|
Loading…
Reference in New Issue
Block a user