From 2f7b48f120b2da784d9ac7890c4565ed3b72b515 Mon Sep 17 00:00:00 2001 From: bybai Date: Tue, 5 Apr 2016 03:21:29 -0400 Subject: [PATCH] fix issue445 deleteraid/configraid enhancement --- xCAT-genesis-scripts/bin/raidutils | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-genesis-scripts/bin/raidutils b/xCAT-genesis-scripts/bin/raidutils index 3c1381636..ea472594a 100755 --- a/xCAT-genesis-scripts/bin/raidutils +++ b/xCAT-genesis-scripts/bin/raidutils @@ -1142,14 +1142,14 @@ function compare_disknum_actualnum { # # Delete raid array # -# input format : enforce=1 tryCnt=360 tryInt=60 -- arrays_name list +# input format : enforce=1 tryCnt=2 tryInt=60 -- arrays_name list # ########################################################################## function delete_ipr_array { # default to NO if enforcely wait for rebuilding array local enforce=0 - # default to wait 6 hours for array rebuilding to finish - local tryCnt=360 + # default to wait 2 minutes for array rebuilding to finish + local tryCnt=2 # monitor rebuilding status every 60 seconds local tryInt=60