From 89d925a68ec925742f209214d32c8d0fc046143d Mon Sep 17 00:00:00 2001 From: yinle Date: Wed, 29 Dec 2010 07:46:53 +0000 Subject: [PATCH] Fix BUG:3147464, write lpar type as lpar,osi in PPC table. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8521 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 bee48d537..aebafe408 100644 --- a/perl-xCAT/xCAT/PPCdb.pm +++ b/perl-xCAT/xCAT/PPCdb.pm @@ -147,7 +147,7 @@ sub add_ppc { id=>$id, pprofile=>$pprofile, parent=>$parent, - nodetype=>$hwtype, + nodetype=>$nodetype{$type}, }); $db{ppc}{commit} = 1;