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
This commit is contained in:
sakolish 2008-02-13 19:27:34 +00:00
parent 217641cf2b
commit e6d28ffcdf

View File

@ -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";