]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
supervisor: Do not nuke nodes after jobs finish 1913/head
authorZack Cerza <zack@redhat.com>
Fri, 26 Jan 2024 21:02:09 +0000 (14:02 -0700)
committerZack Cerza <zack@redhat.com>
Fri, 26 Jan 2024 21:05:12 +0000 (14:05 -0700)
commit1bd2f2090df1dbb0eaa020527264117dd823d6be
tree2881dcd0d89c9dc6df730dff8fcbd5758c9e8604
parentc856e0f9244dd29a50697123b480d63f16a4ed81
supervisor: Do not nuke nodes after jobs finish

This was causing a bad race condition, where we could unlock a node, then unlock
it again via the nuke process after a different job had locked it.

Fixes: https://tracker.ceph.com/issues/64193
Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/dispatcher/supervisor.py