Author: fapeeler
Date: Mon Dec  8 18:24:24 2014
New Revision: 1643880

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

fixed condition where a flow entry gets dropped if it has to retreive image

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=1643880&r1=1643879&r2=1643880&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/new.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/new.pm Mon Dec  8 18:24:24 2014
@@ -589,6 +589,7 @@ sub reload_image {
                        }
                        else {
                                notify($ERRORS{'OK'}, 0, "$image_name does not 
exist on this management node");
+                               insertloadlog($reservation_id, $computer_id, 
"doesimageexists", "confirmed image exists");
                                
                                # Try to retrieve the image files from another 
management node
                                if ($self->provisioner->can("retrieve_image")) {


Reply via email to