2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Merge pull request #2386 from hu-weihua/2384

fix issue#2384 2.13.1 xcatprobe xcatmn need modify firefall and diskspace check's output
This commit is contained in:
xuweibj 2017-01-10 16:44:45 +08:00 committed by GitHub
commit d9fa45d0ed

View File

@ -514,7 +514,7 @@ sub check_disk {
$disk_str.="'$_' needs $dir_expectedspace_list{$_}GB;";
}
$disk_str=~s/;$/]/g;
$$checkpoint_ref = "Checking minimum disk space for xCAT $disk_str";
$$checkpoint_ref = "Checking minimum disk space for xCAT $disk_str...";
my $msg = "";
my %mountpointinfo;
@ -576,7 +576,7 @@ sub check_firewall {
my $error_ref = shift;
my $rst = 0;
$$checkpoint_ref = "Checking firewall is disabled";
$$checkpoint_ref = "Checking firewall is disabled...";
@$error_ref = ();
if (probe_utils->is_firewall_open()) {