Author: arkurth
Date: Thu Apr 2 18:40:06 2009
New Revision: 761371
URL: http://svn.apache.org/viewvc?rev=761371&view=rev
Log:
Changed CRITICAL notify() message to WARNING if 2 rinstall attempts fail. This
is generating duplicate email messages being send for a single failed
reservation.
Modified:
incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm
Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm?rev=761371&r1=761370&r2=761371&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm
(original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Provisioning/xCAT.pm Thu
Apr 2 18:40:06 2009
@@ -794,7 +794,7 @@
goto XCATRINSTALL;
}
else {
- notify($ERRORS{'CRITICAL'}, 0,
"$computer_node_name: sshd never became active after 2 rinstall attempts");
+ notify($ERRORS{'WARNING'}, 0,
"$computer_node_name: sshd never became active after 2 rinstall attempts");
insertloadlog($reservation_id,
$computer_id, "failed", "exceeded maximum install attempts");
return 0;
}