From: Zack Cerza Date: Mon, 15 Sep 2025 17:26:11 +0000 (-0600) Subject: supervisor.reimage: Change error message wording X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2089%2Fhead;p=teuthology.git supervisor.reimage: Change error message wording Signed-off-by: Zack Cerza --- diff --git a/teuthology/dispatcher/supervisor.py b/teuthology/dispatcher/supervisor.py index b89c39ac5..23c7d18c1 100644 --- a/teuthology/dispatcher/supervisor.py +++ b/teuthology/dispatcher/supervisor.py @@ -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(