2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-24 12:10:25 +00:00

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:
yinle
2010-12-16 08:54:43 +00:00
parent b467738cbb
commit 4254a7b774

View File

@@ -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;