Skip to content

Commit

Permalink
Don't allocate pty for docker exec
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-shirshov committed Nov 9, 2018
1 parent 7ece8a4 commit 60065e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fast-reboot
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ if [[ "$REBOOT_TYPE" = "warm-reboot" ]]; then
# Send USR1 signal to all teamd instances to stop them
# It will prepare teamd for warm-reboot
# Note: We must send USR1 signal before syncd, because it will send the last packet through CPU port
docker exec -ti teamd pkill -USR1 teamd > /dev/null
docker exec -i teamd pkill -USR1 teamd > /dev/null
fi

if [[ "$REBOOT_TYPE" = "fast-reboot" ]]; then
Expand Down

0 comments on commit 60065e7

Please sign in to comment.