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/11/06 20:38:45 UTC

svn commit: r1637194 - /vcl/trunk/managementnode/lib/VCL/inuse.pm

Author: fapeeler
Date: Thu Nov  6 19:38:45 2014
New Revision: 1637194

URL: http://svn.apache.org/r1637194
Log:
fixed; not exiting cleanly after submit autoCapture for imaging reservations

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

Modified: vcl/trunk/managementnode/lib/VCL/inuse.pm
URL: http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/inuse.pm?rev=1637194&r1=1637193&r2=1637194&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/inuse.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/inuse.pm Thu Nov  6 19:38:45 2014
@@ -250,6 +250,8 @@ sub process {
 				notify($ERRORS{'CRITICAL'}, 0, "failed to initiate image auto-capture process, changing request and computer state to maintenance");
 				$self->state_exit('maintenance', 'maintenance');
 			}
+			#Successful, cleanly exit with no state change
+			$self->state_exit()
 		}
 		
 		$self->state_exit('timeout', 'timeout', 'EOR');