]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
supervisor.reimage: Change error message wording ulrif 2089/head
authorZack Cerza <zack@cerza.org>
Mon, 15 Sep 2025 17:26:11 +0000 (11:26 -0600)
committerZack Cerza <zack@cerza.org>
Mon, 15 Sep 2025 17:26:11 +0000 (11:26 -0600)
Signed-off-by: Zack Cerza <zack@cerza.org>
teuthology/dispatcher/supervisor.py

index b89c39ac5aa02bb3d9326a37e0f80cabdfd94685..23c7d18c111406ba02697477646cf95c0554c6a9 100644 (file)
@@ -225,7 +225,7 @@ def reimage(job_config):
     try:
         reimaged = lock_ops.reimage_machines(ctx, targets, job_config['machine_type'])
     except Exception as e:
-        log.exception('Reimaging error. Nuking machines...')
+        log.exception('Reimaging error. Unlocking machines...')
         unlock_targets(job_config)
         # Reimage failures should map to the 'dead' status instead of 'fail'
         report.try_push_job_info(