]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
nuke debug
authorZack Cerza <zack@redhat.com>
Wed, 31 Jan 2024 17:51:41 +0000 (10:51 -0700)
committerZack Cerza <zack@redhat.com>
Wed, 31 Jan 2024 17:51:41 +0000 (10:51 -0700)
teuthology/lock/query.py

index 9fd09d9abe6efb5da37af1d81e66e12e77c1add8..ef2292610ca9a50a01c2af0bde6ef6d71de3a14a 100644 (file)
@@ -138,9 +138,11 @@ def find_stale_locks(owner=None):
                 if resp.ok:
                     break
         if not resp.ok:
+            log.debug(f"{node['name'].split('.')[0]} {description} {resp.status_code}")
             return False
         job_info = resp.json()
         if job_info['status'] in ('running', 'waiting'):
+            log.debug(f"{node['name'].split('.')[0]} {description} {job_info['status']}")
             cache.add(description)
             return True
         return False