From 75c7e54361e2840461cb9a799ede11cda839a38f Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 12 Nov 2009 19:48:20 +0000 Subject: [PATCH] -Fix problem where xCAT would not relinquish VMWare connections readily git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4556 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/esx.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xCAT-server/lib/xcat/plugins/esx.pm b/xCAT-server/lib/xcat/plugins/esx.pm index 4a501e9ca..851684b08 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -330,6 +330,9 @@ sub process_request { return; } do_cmd($command,@exargs); + foreach my $hyp (sort(keys %hyphash)){ + $hyphash{$hyp}->{conn}->logout(); + } } sub validate_licenses {