From 7162e50f647aab1d9dd85c3bd6df8b3aeeedbf25 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 15 Sep 2025 11:26:11 -0600 Subject: [PATCH] supervisor.reimage: Change error message wording Signed-off-by: Zack Cerza --- teuthology/dispatcher/supervisor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/dispatcher/supervisor.py b/teuthology/dispatcher/supervisor.py index b89c39ac5a..23c7d18c11 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( -- 2.39.5