From 2fae07e2441739a18a42ab6f6b303cb15056d3de Mon Sep 17 00:00:00 2001 From: nott Date: Sat, 8 Nov 2008 19:04:07 +0000 Subject: [PATCH] Use node list array instead of obj hash keys. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2480 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index 0cb9179d9..4e49e374e 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -723,7 +723,7 @@ ll~; # update the node definitions with the new osimage - if provided my %nodeattrs; - foreach my $node (keys %objhash) { + foreach my $node (@nodelist) { chomp $node; if (!grep(/^$node$/, @nodesfailed)) { @@ -4256,7 +4256,7 @@ ll~; # update the node definitions with the new osimage - if provided # my %nodeattrs; - foreach my $node (keys %objhash) { + foreach my $node (@nodelist) { chomp $node; if (!grep(/^$node$/, @nodesfailed)) { # change the node def if we were successful