-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
This commit is contained in:
jbjohnso 2010-02-11 21:28:53 +00:00
parent 2dd5c3b17c
commit 628735eb5b

View File

@ -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