From 53a8f90d80f1e3d28bf55070a544cc9a21fb4cfb Mon Sep 17 00:00:00 2001 From: yinle Date: Mon, 27 Jun 2011 15:02:26 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/PPCdb.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCdb.pm b/perl-xCAT/xCAT/PPCdb.pm index aede40b16..2267d7745 100644 --- a/perl-xCAT/xCAT/PPCdb.pm +++ b/perl-xCAT/xCAT/PPCdb.pm @@ -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; }