minor fix, won't set 'ppc' for lpar in nodetype.nodetype
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9958 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
d868494a50
commit
53a8f90d80
@ -94,7 +94,7 @@ sub add_ppc {
|
||||
###############################
|
||||
# Update nodetype table
|
||||
###############################
|
||||
if ( $type =~ /^(fsp|bpa|lpar|hmc|ivm|frame|cec)$/ ) {
|
||||
if ( $type =~ /^(fsp|bpa|hmc|ivm|frame|cec)$/ ) {
|
||||
$db{nodetype}->setNodeAttribs( $name,{nodetype=>'ppc'} );
|
||||
$db{nodetype}{commit} = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user