mirror of https://github.com/docker/docs.git
Allow more retries for node validation.
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
This commit is contained in:
parent
1fa6cd9c55
commit
388b7b132f
|
@ -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