From 2274c10beb068824050c4353fade450794094000 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 15 Oct 2008 17:53:05 +0000 Subject: [PATCH] -Correct yaboot problem where dhcp configuration was incorrect after nodeset git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2349 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/yaboot.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/yaboot.pm b/xCAT-server/lib/xcat/plugins/yaboot.pm index bb5c4eaf1..672986733 100644 --- a/xCAT-server/lib/xcat/plugins/yaboot.pm +++ b/xCAT-server/lib/xcat/plugins/yaboot.pm @@ -220,7 +220,7 @@ sub process_request { $callback = shift; $sub_req = shift; %breaknetbootnodes=(); - %normalnnodes=(); + %normalnodes=(); my @args; my @nodes; @@ -279,9 +279,9 @@ sub process_request { setstate($_,$bphash,$chainhash,$machash); } } - my @normalnodes = keys %normal; + my @normalnodeset = keys %normalnodes; $sub_req->({command=>['makedhcp'], - node=>\@normalnodes},$callback); + node=>\@normalnodeset},$callback); my @breaknetboot=keys %breaknetbootnodes; $sub_req->({command=>['makedhcp'], node=>\@breaknetboot,