2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 17:46:38 +00:00

Merge pull request #1496 from xuweibj/I1494

fix issue 1494 modified osdeploy message
This commit is contained in:
Weihua Hu 2016-07-07 16:35:07 +08:00 committed by GitHub
commit 57e3d5e539

View File

@ -341,18 +341,13 @@ sub do_monitor{
}
my $rst = 0;
my $startline = "
-------------------------------------------------------------
___
____ _ _____ _.-| | |\\__/,| (`\\
__ __/ ___| / \\|_ _| { | | |x x |__ _) )
\\ \\/ / | / _ \\ | | \"-.|___| _.( T ) ` /
> <| |___ / ___ \\| | .--'-`-. _((_ `^--' /_< \\
/_/\\_\\\\____/_/ \\_\\_| .+|______|__.-||__)`-'(((/ (((/
my $startline =
"-------------------------------------------------------------
Start to capture every message during os provision process......
-------------------------------------------------------------
";
probe_utils->send_msg("$output", "d", "$startline");
print("$startline\n");
my $varlogmsg = "/var/log/messages";
my $clusterlog = "/var/log/xcat/cluster.log";