From 888ecc27651431801532a18c6e3393582a8fe41c Mon Sep 17 00:00:00 2001 From: hu-weihua Date: Tue, 11 Oct 2016 03:12:36 -0400 Subject: [PATCH] Refine 'osdeploy' output message --- xCAT-probe/subcmds/osdeploy | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/xCAT-probe/subcmds/osdeploy b/xCAT-probe/subcmds/osdeploy index 46bd3436b..fb8120158 100755 --- a/xCAT-probe/subcmds/osdeploy +++ b/xCAT-probe/subcmds/osdeploy @@ -97,7 +97,7 @@ if ($help) { } if ($test) { - probe_utils->send_msg("stdout", "o", "Probe for OS provision process, realtime monitor of OS provision process."); + probe_utils->send_msg("stdout", "o", "Probe operating system provision process. Supports two modes - 'Realtime monitor' and 'Replay history'."); exit 0; } @@ -141,8 +141,6 @@ if ($rollforward_time_of_replay) { $start_time_of_replay -= $1 * 60; } - # $start_time_of_replay = 1472437250; ######################## - $rst = do_replay($noderange, $start_time_of_replay, $end_time_of_replay); exit $rst; } @@ -508,7 +506,7 @@ sub conclusion_report { } } } else { - probe_utils->send_msg("stdout", "o", "All nodes provision successfully"); + probe_utils->send_msg("stdout", "o", "All nodes provisioned successfully"); } return 0; }