Author: fapeeler
Date: Thu Aug 30 19:43:13 2012
New Revision: 1379089

URL: http://svn.apache.org/viewvc?rev=1379089&view=rev
Log:
VCL-16

added nodeready state for computerloadlog for nodes that did not need to be 
reinstalled



Modified:
    vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/new.pm

Modified: vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/new.pm
URL: 
http://svn.apache.org/viewvc/vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/new.pm?rev=1379089&r1=1379088&r2=1379089&view=diff
==============================================================================
--- vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/new.pm (original)
+++ vcl/branches/vcl-2.3-bugfixes/managementnode/lib/VCL/new.pm Thu Aug 30 
19:43:13 2012
@@ -578,7 +578,7 @@ sub reload_image {
        if ($node_status_string =~ /^ready/i) {
                # node_status returned 'ready'
                notify($ERRORS{'OK'}, 0, "node_status returned 
'$node_status_string', $computer_short_name will not be reloaded");
-               insertloadlog($reservation_id, $computer_id, "info", "node 
status is $node_status_string, $computer_short_name will not be reloaded");
+               insertloadlog($reservation_id, $computer_id, "nodeready", "node 
status is $node_status_string, $computer_short_name will not be reloaded");
        }
        
        elsif ($node_status_string =~ /^post_load/i) {


Reply via email to