2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-20 10:10:22 +00:00

Merge pull request #891 from bybai/lsf

I don't have test environment now. Will merge this and add a comment in defect 445 @bybai
This commit is contained in:
tingtli
2016-04-07 10:53:15 +08:00

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