Merge pull request #1711 from dongluochen/validationDelay

Allow more retries for node validation
This commit is contained in:
Nishant Totla 2016-01-29 15:07:47 -08:00
commit 15b7ac023d
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ function swarm_manage() {
discovery_check_swarm_info "${#HOSTS[@]}" "${SWARM_HOSTS[$i]}" discovery_check_swarm_info "${#HOSTS[@]}" "${SWARM_HOSTS[$i]}"
# All nodes passes pending state # All nodes passes pending state
retry 5 1 nodes_validated retry 15 1 nodes_validated
} }
# Start the swarm manager in background. # Start the swarm manager in background.