mirror of https://github.com/docker/docs.git
Merge pull request #1711 from dongluochen/validationDelay
Allow more retries for node validation
This commit is contained in:
commit
15b7ac023d
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue