From: Vasu Kulkarni Date: Tue, 27 Feb 2018 20:50:23 +0000 (-0800) Subject: dont poweroff nodes, leave it as is for adhoc debug if needed. X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=186bf636b597e7cdfd12bc076adb24a08f5f8907;p=teuthology.git dont poweroff nodes, leave it as is for adhoc debug if needed. Signed-off-by: Vasu Kulkarni --- diff --git a/teuthology/nuke/__init__.py b/teuthology/nuke/__init__.py index 1bc83d4fc..426d6cf1c 100644 --- a/teuthology/nuke/__init__.py +++ b/teuthology/nuke/__init__.py @@ -304,8 +304,7 @@ def nuke_helper(ctx, should_unlock): check_lock.check_lock(ctx, None, check_up=False) status = get_status(host) if status['machine_type'] in provision.fog.get_types(): - remote = Remote(host) - remote.console.power_off() + log.info("Fog provisioned nodes, leaving it as is") return if (not ctx.noipmi and 'ipmi_user' in config and 'vpm' not in shortname):