]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
docs/docker-compose/testnode: Don't kill sshd 1915/head
authorZack Cerza <zack@redhat.com>
Thu, 22 Feb 2024 21:36:39 +0000 (14:36 -0700)
committerZack Cerza <zack@redhat.com>
Thu, 22 Feb 2024 21:36:44 +0000 (14:36 -0700)
docker-compose exits non-zero if a container goes down while it's running.

Signed-off-by: Zack Cerza <zack@redhat.com>
docs/docker-compose/testnode/testnode_stop.sh

index 2e1044d807a2794819b8be4a337238ed198c892e..8bb74bbf888d97200effdb8d36a1c08d3b9a59f4 100755 (executable)
@@ -7,4 +7,3 @@ for i in $(seq 1 5); do
     curl -s -f -X PUT -d "$payload" http://paddles:8080/nodes/$hostname/ && break
     sleep 1
 done
-pkill sshd
\ No newline at end of file