]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
nuke: kill -9 the teuthology process 1653/head
authorSage Weil <sage@newdream.net>
Wed, 9 Jun 2021 19:51:37 +0000 (14:51 -0500)
committerSage Weil <sage@newdream.net>
Wed, 9 Jun 2021 19:53:09 +0000 (14:53 -0500)
commit8288a51dcf46524adeb682c26c62ffe20109264e
tree4f1ce03144b3144f2c1f10560b391171d1ef8d6d
parentf359b10daba6e0103d42ccfc021bc797f3cd7edc
nuke: kill -9 the teuthology process

If the process has been kill -STOPped, then we'll unlock the machines, but
the process will stick around and we'll try to nuke it again later,
zapping the machines after they're being used by some other job, leading
to failures.  (Usually this manifests as an error when the other job stops
where it has trouble gzipping the logs.)

Use -9 to make sure even STOPped processes are killed.

Signed-off-by: Sage Weil <sage@newdream.net>
teuthology/nuke/__init__.py