defect 3260828,3279788: code has problem to handle the ./perl-xCAT/xCAT/PPCcfg.pm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9243 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
3fa3910689
commit
cca9fd90ca
@ -94,7 +94,7 @@ sub parse_args {
|
||||
}
|
||||
$request->{hwtype} = ($ntype =~ /^cec$/) ? "fsp" : "bpa";
|
||||
} else {
|
||||
push @newnodes, $_;
|
||||
push @newnodes, $snode;
|
||||
$request->{hwtype} = $ntype;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user