From 08c0b81c4738f4f17e1963f12b63413e74c989c5 Mon Sep 17 00:00:00 2001 From: hu-weihua Date: Tue, 10 Jan 2017 03:37:29 -0500 Subject: [PATCH] fix issue#2384 2.13.1 xcatprobe xcatmn need modify firefall and diskspace check's output --- xCAT-probe/subcmds/xcatmn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-probe/subcmds/xcatmn b/xCAT-probe/subcmds/xcatmn index e865aecbd..4d3bc7ee7 100755 --- a/xCAT-probe/subcmds/xcatmn +++ b/xCAT-probe/subcmds/xcatmn @@ -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()) {