mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
fix issue#2384 2.13.1 xcatprobe xcatmn need modify firefall and diskspace check's output
This commit is contained in:
parent
f3f01d18f3
commit
08c0b81c47
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user