mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-22 11:10:24 +00:00
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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user