Skip to content

Commit

Permalink
Revert "[dhcp_relay] Add extra sleep before starting relay agent proc…
Browse files Browse the repository at this point in the history
…esses (#3824)" (#3857)

This reverts commit 7622a30.
  • Loading branch information
jleveque authored and abdosi committed Dec 18, 2019
1 parent 4ea9705 commit 0f6fa49
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dockers/docker-dhcp-relay/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ if [ $(supervisorctl status | grep -c "^isc-dhcp-relay:") -gt 0 ]; then
# lifetime of the process.
/usr/bin/wait_for_intf.sh

# Allow a bit more time for interfaces to settle before starting the
# relay agent processes.
# FIXME: Remove/decrease this once we determine how to prevent future race
# conditions here.
sleep 180

# Start all DHCP relay agent(s)
supervisorctl start isc-dhcp-relay:*
fi

0 comments on commit 0f6fa49

Please sign in to comment.