From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29292 invoked by alias); 4 Apr 2007 19:15:03 -0000 Received: (qmail 29214 invoked by uid 9610); 4 Apr 2007 19:15:01 -0000 Date: Wed, 04 Apr 2007 19:15:00 -0000 Message-ID: <20070404191501.29213.qmail@sourceware.org> From: rmccabe@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/fence/agents/ilo fence_ilo.pl Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2007-q2/txt/msg00013.txt.bz2 CVSROOT: /cvs/cluster Module name: cluster Changes by: rmccabe@sourceware.org 2007-04-04 20:15:01 Modified files: fence/agents/ilo: fence_ilo.pl Log message: Make power on work correctly for RIBCL version 2.22 on both iLO2 and iLO: for the former, HOLD_PWR_BTN is used to both power the machine on and off; when the power is off, PRESS_PWR_BUTTON has no effect. For the latter, HOLD_PWR_BUTTON is used to power the machine off, and PRESS_PWR_BUTTON is used to power the machine on; when the power is off, HOLD_PWR_BUTTON has no effect. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/agents/ilo/fence_ilo.pl.diff?cvsroot=cluster&r1=1.7&r2=1.8