cluster: RHEL6 - fence_ipmilan: Fix manual page to describe usage with HP iLO 3

Marek Grác marx at fedoraproject.org
Thu Jan 20 09:41:56 UTC 2011


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=810b997550ff8390876eebfe86835ac26661a78b
Commit:        810b997550ff8390876eebfe86835ac26661a78b
Parent:        0c6ceefc4c563016d2709eff3f1dee802a9749cb
Author:        Marek 'marx' Grac <mgrac at redhat.com>
AuthorDate:    Thu Jan 13 15:02:11 2011 +0100
Committer:     Marek 'marx' Grac <mgrac at redhat.com>
CommitterDate: Thu Jan 20 10:15:55 2011 +0100

fence_ipmilan: Fix manual page to describe usage with HP iLO 3

Resolves: rhbz#648892
---
 fence/agents/ipmilan/ipmilan.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/fence/agents/ipmilan/ipmilan.c b/fence/agents/ipmilan/ipmilan.c
index 6130aeb..be36f58 100644
--- a/fence/agents/ipmilan/ipmilan.c
+++ b/fence/agents/ipmilan/ipmilan.c
@@ -866,7 +866,10 @@ static void print_xml_metadata(char *pname) {
   printf("<longdesc>\n");
   printf("fence_ipmilan is an I/O Fencing agent which can be used with "
          "machines controlled by IPMI. This agent calls support software "
-         "using ipmitool (http://ipmitool.sf.net/).");
+         "using ipmitool (http://ipmitool.sf.net/).\n\n"
+         "To use fence_ipmilan with HP iLO 3 you have to enable lanplus "
+         "option (lanplus / -P) and increase wait after operation to "
+         "4 seconds (power_wait=4 / -T 4)");
   printf("</longdesc>\n");
   printf("%s\n","<parameters>");
 


More information about the cluster-commits mailing list