2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-01 18:35:36 +00:00

fix issue 1494 modified osdeploy message

This commit is contained in:
XuWei
2016-07-07 00:35:51 -04:00
parent e06a7c6c36
commit e12eea4a8b

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";