From cd26a89c19084dd563eb937cfe46a7d41f23526d Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 10 Mar 2010 19:57:29 +0000 Subject: [PATCH] -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 --- xCAT-server/lib/xcat/plugins/blade.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;