From e6d28ffcdfacd2748287158a76b5dfe606deff0d Mon Sep 17 00:00:00 2001 From: sakolish Date: Wed, 13 Feb 2008 19:27:34 +0000 Subject: [PATCH] Write nodetype attribute "lpar,osi" for LPARs - Line #62 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@468 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/PPCdb.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT-2.0/xCAT/PPCdb.pm b/perl-xCAT-2.0/xCAT/PPCdb.pm index ab24f1380..acd18805f 100644 --- a/perl-xCAT-2.0/xCAT/PPCdb.pm +++ b/perl-xCAT-2.0/xCAT/PPCdb.pm @@ -59,7 +59,7 @@ sub add_ppc { my %nodetype = ( fsp => "fsp", bpa => "bpa", - lpar => "osi" + lpar => "lpar,osi" ); $k1->{node} = $name; $u1->{groups} = lc($hwtype).",all";