From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30909 invoked by alias); 24 Sep 2008 09:42:06 -0000 Received: (qmail 30900 invoked by alias); 24 Sep 2008 09:42:05 -0000 X-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_20,KAM_MX,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on bastion.fedora.phx.redhat.com X-Spam-Level: Subject: STABLE2 - fence: update alom description To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/STABLE2 X-Git-Reftype: branch X-Git-Oldrev: 277c247e93a10056a9ffe147a2c4c880b0f8a5f5 X-Git-Newrev: fd7ca99fd260f59687e94376588457389593d484 From: "Fabio M. Di Nitto" Message-Id: <20080924094102.083AA12042A@lists.fedorahosted.org> Date: Wed, 24 Sep 2008 12:32:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 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: 2008-q3/txt/msg00507.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=fd7ca99fd260f59687e94376588457389593d484 Commit: fd7ca99fd260f59687e94376588457389593d484 Parent: 277c247e93a10056a9ffe147a2c4c880b0f8a5f5 Author: Fabio M. Di Nitto AuthorDate: Wed Sep 24 11:37:46 2008 +0200 Committer: Fabio M. Di Nitto CommitterDate: Wed Sep 24 11:40:36 2008 +0200 fence: update alom description add CMT version information in the alom header Signed-off-by: Fabio M. Di Nitto --- fence/agents/alom/fence_alom.py | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/fence/agents/alom/fence_alom.py b/fence/agents/alom/fence_alom.py index 275cadc..b1d8dcc 100644 --- a/fence/agents/alom/fence_alom.py +++ b/fence/agents/alom/fence_alom.py @@ -1,6 +1,9 @@ #!/usr/bin/python -# The Following Agent Has Been Tested On ALOM??? +# The Following Agent Has Been Tested On: +# +# Sun(tm) Advanced Lights Out Manager CMT v1.6.1 +# as found on SUN T2000 Niagara import sys, re, pexpect, time sys.path.append("@FENCEAGENTSLIBDIR@")