Fix a mistake when running rscan -w
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10771 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
2a1136ff10
commit
6693b8cae5
@ -152,7 +152,7 @@ sub add_ppc {
|
||||
###############################
|
||||
# Update ppc table
|
||||
###############################
|
||||
if ( $type =~ /^(fsp|bpa|lpar|frame|cec)$/ ) {
|
||||
if ( $type =~ /^(fsp|bpa|lpar|frame|cec|hmc)$/ ) {
|
||||
$db{ppc}->setNodeAttribs( $name,
|
||||
{ hcp=>$server,
|
||||
id=>$id,
|
||||
|
Loading…
Reference in New Issue
Block a user