Author: arkurth
Date: Wed Feb 3 19:26:11 2010
New Revision: 906194
URL: http://svn.apache.org/viewvc?rev=906194&view=rev
Log:
VCL-291
Increased time to wait for SSH after an image is loaded from 600 seconds to 900
seconds. Also commented out an unnecessary DEBUG message.
Modified:
incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm
Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm?rev=906194&r1=906193&r2=906194&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm Wed Feb 3
19:26:11 2010
@@ -454,7 +454,7 @@
=cut
- if (!$self->wait_for_response(120, 600)) {
+ if (!$self->wait_for_response(120, 900)) {
notify($ERRORS{'WARNING'}, 0, "$computer_node_name never
responded to SSH");
return 0;
}
@@ -7411,7 +7411,7 @@
# Check if architecture has previously been determined
# If not, check if OS is 32 or 64-bit
if ($self->{SYSTEM32_PATH}) {
- notify($ERRORS{'DEBUG'}, 0, "System32 string previously
detected: $self->{SYSTEM32_PATH}");
+ #notify($ERRORS{'DEBUG'}, 0, "System32 string previously
detected: $self->{SYSTEM32_PATH}");
}
elsif ($self->is_64_bit()) {
$self->{SYSTEM32_PATH} = 'C:/Windows/Sysnative';