From 628735eb5b22c9d163b847ba209a86ace8e8024d Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 11 Feb 2010 21:28:53 +0000 Subject: [PATCH] -Fix reset on off bug with new ipmi rewrite git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5212 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/ipmi.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm b/xCAT-server/lib/xcat/plugins/ipmi.pm index ae697acd5..2fbf82c0b 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm @@ -1110,7 +1110,7 @@ sub power_with_context { } my %argmap = ( #english to ipmi dictionary "on" => 1, - "off" => 2, + "off" => 0, "softoff" => 5, "reset" => 3, "nmi" => 4