From 43c6b3570427bae7fcfe2b867aa3bf85207425e3 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 24 Jun 2011 18:33:04 +0000 Subject: [PATCH] Further rectify forced migration error handling git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9934 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/esx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/esx.pm b/xCAT-server/lib/xcat/plugins/esx.pm index bc2d7aa4c..c193cdd09 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -487,7 +487,7 @@ sub process_request { if (grep { $_ == -1 } values %hypready) { foreach (keys %hypready) { if ($hypready{$_} == -1) { - unless ($hyphash{$hyp}->{offline}) { + unless ($hyphash{$_}->{offline}) { push @badhypes,$_; } my @relevant_nodes = sort (keys %{$hyphash{$_}->{nodes}});