2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-03 03:15:33 +00:00

fix issue445 deleteraid/configraid enhancement

This commit is contained in:
bybai
2016-04-05 03:21:29 -04:00
parent 477e29d8d4
commit 2f7b48f120

View File

@ -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