Author: fapeeler
Date: Thu Aug 30 19:44:53 2012
New Revision: 1379092
URL: http://svn.apache.org/viewvc?rev=1379092&view=rev
Log:
VCL-16
added nodeready state for computerloadlog for nodes that did not need to be
reinstalled
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=1379092&r1=1379091&r2=1379092&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/new.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/new.pm Thu Aug 30 19:44:53 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) {