From 32de78952f0e3aa178d9cbea2dc261aee159da27 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 22 Feb 2012 21:23:12 +0000 Subject: [PATCH] Fix ESXi problem inducing more IO than is required to get the job done (reduces measured runtime by a bit over 66% in one case) git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11667 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 f5a6c184e..7d18cfbb6 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -4628,6 +4628,7 @@ sub cpNetbootImages { push @filestocopy,$_; } } + } #now that we have a list, do the copy (mostly redundant, but PXE needs them tftp accessible) foreach (@filestocopy) { chomp; @@ -4641,7 +4642,6 @@ sub cpNetbootImages { xCAT::SvrUtils::sendmsg([1,"Could not copy netboot contents from $srcDir/$mod to $destDir/$mod, $srcDir/$mod not found"], $output_handler); } } - } } else { xCAT::SvrUtils::sendmsg([1,"VMware $osver is not supported for netboot"], $output_handler); }