You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by fa...@apache.org on 2014/12/02 21:08:23 UTC

svn commit: r1642999 - /vcl/trunk/managementnode/lib/VCL/new.pm

Author: fapeeler
Date: Tue Dec  2 20:08:23 2014
New Revision: 1642999

URL: http://svn.apache.org/r1642999
Log:
VCL-308

added entry for retrieving image for computerloadflow 

Modified:
    vcl/trunk/managementnode/lib/VCL/new.pm

Modified: vcl/trunk/managementnode/lib/VCL/new.pm
URL: http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/new.pm?rev=1642999&r1=1642998&r2=1642999&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/new.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/new.pm Tue Dec  2 20:08:23 2014
@@ -590,6 +590,7 @@ sub reload_image {
 				# Try to retrieve the image files from another management node
 				if ($self->provisioner->can("retrieve_image")) {
 					notify($ERRORS{'DEBUG'}, 0, "calling " . ref($self->provisioner) . "->retrieve_image()");
+					insertloadlog($reservation_id, $computer_id, "copyfrompartnerMN", "Retrieving image");
 					
 					if ($self->provisioner->retrieve_image($image_name)) {
 						notify($ERRORS{'OK'}, 0, "$image_name was retrieved from another management node");