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:
parent
217641cf2b
commit
e6d28ffcdf
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user