This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

master - fence: update alom description


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=41e79f01fb1c017ac7df106638a3c75a5ef2ff60
Commit:        41e79f01fb1c017ac7df106638a3c75a5ef2ff60
Parent:        2966dd54803e93508d48d05d38832711b5e7b35f
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Wed Sep 24 11:37:46 2008 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Wed Sep 24 11:37:46 2008 +0200

fence: update alom description

add CMT version information in the alom header

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 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@")


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]