-Close gap in textid support in previous checkin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5435 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
bc7412d90c
commit
cd26a89c19
@ -481,8 +481,11 @@ sub mpaconfig {
|
||||
my $highid = $1;
|
||||
$nodeid =~ s/-.*//;
|
||||
@morenodeids = ($nodeid+1..$highid);
|
||||
print Dumper(@morenodeids);
|
||||
}
|
||||
if (scalar @moreslots) {
|
||||
push @morenodeids,@moreslots;
|
||||
}
|
||||
|
||||
|
||||
my $parameter;
|
||||
my $value;
|
||||
|
Loading…
Reference in New Issue
Block a user