diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index ef402efde..22c56f316 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -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;