fence-agents: master - fence_ipmilan: Fix manual page to describe usage with HP iLO 3

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


Gitweb:        http://git.fedorahosted.org/git/fence-agents.git?p=fence-agents.git;a=commitdiff;h=86f046acd2be7623c6966ceea9ee922c239a88b2
Commit:        86f046acd2be7623c6966ceea9ee922c239a88b2
Parent:        d514afae60061d0ded31910d0c6c6c0f43459f82
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 13 15:02:11 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 2411b42..d34ced5 100644
--- a/fence/agents/ipmilan/ipmilan.c
+++ b/fence/agents/ipmilan/ipmilan.c
@@ -869,7 +869,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