Author: arkurth
Date: Tue Mar 3 21:51:51 2015
New Revision: 1663802
URL: http://svn.apache.org/r1663802
Log:
VCL-564
Added post_reservation and post_initial_connection options to
OS.pm::run_management_node_tools_scripts.
Modified:
vcl/trunk/managementnode/lib/VCL/Module/OS.pm
Modified: vcl/trunk/managementnode/lib/VCL/Module/OS.pm
URL:
http://svn.apache.org/viewvc/vcl/trunk/managementnode/lib/VCL/Module/OS.pm?rev=1663802&r1=1663801&r2=1663802&view=diff
==============================================================================
--- vcl/trunk/managementnode/lib/VCL/Module/OS.pm (original)
+++ vcl/trunk/managementnode/lib/VCL/Module/OS.pm Tue Mar 3 21:51:51 2015
@@ -3606,6 +3606,8 @@ sub get_timings {
-pre_capture
-post_load
-post_reserve
+ -post_initial_connection
+ -post_reservation
Scripts are stored in various directories under tools matching
the OS of the image being loaded. For example, scripts residing
@@ -3652,7 +3654,7 @@ sub run_management_node_tools_scripts {
notify($ERRORS{'WARNING'}, 0, "stage argument was not
supplied");
return;
}
- elsif ($stage !~ /(pre_capture|post_load|post_reserve)/) {
+ elsif ($stage !~
/(pre_capture|post_load|post_reserve|post_initial_connection|post_reservation)/)
{
notify($ERRORS{'WARNING'}, 0, "invalid stage argument was
supplied: $stage");
return;
}