fence-agents: RHEL6 - fence_ipmilan: Fix manual page for HP iLO3, HP iLO4

Marek GrĂ¡c marx at fedoraproject.org
Wed Jun 26 12:05:17 UTC 2013


Gitweb:        http://git.fedorahosted.org/git/?p=fence-agents.git;a=commitdiff;h=7925014f449fe751b93dbc3bd6cf1d847d047d0e
Commit:        7925014f449fe751b93dbc3bd6cf1d847d047d0e
Parent:        715b34f9c3770b46f49dfd20e3aaef9dfd461596
Author:        Marek 'marx' Grac <mgrac at redhat.com>
AuthorDate:    Mon Nov 5 11:39:15 2012 +0100
Committer:     Marek 'marx' Grac <mgrac at redhat.com>
CommitterDate: Wed Jun 26 13:44:55 2013 +0200

fence_ipmilan: Fix manual page for HP iLO3, HP iLO4

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

diff --git a/fence/agents/ipmilan/ipmilan.c b/fence/agents/ipmilan/ipmilan.c
index d1a0530..1eb733e 100644
--- a/fence/agents/ipmilan/ipmilan.c
+++ b/fence/agents/ipmilan/ipmilan.c
@@ -903,14 +903,14 @@ static void print_xml_metadata(char *pname) {
 
   printf("%s\n","<?xml version=\"1.0\" ?>");
   printf("%s%s%s\n","<resource-agent name=\"",pname,"\" shortdesc=\"Fence agent for IPMI over LAN\">");
-  printf("<symlink name=\"fence_ilo3\" shortdesc=\"Fence agent for HP iLO2\"/>\n");
+  printf("<symlink name=\"fence_ilo3\" shortdesc=\"Fence agent for HP iLO3\"/>\n");
   printf("<symlink name=\"fence_idrac\" shortdesc=\"Fence agent for Dell iDRAC\"/>\n");
   printf("<symlink name=\"fence_imm\" shortdesc=\"Fence agent for IBM Integrated Management Module\"/>\n");  
   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/).\n\n"
-         "To use fence_ipmilan with HP iLO 3 you have to enable lanplus "
+         "To use fence_ipmilan with HP iLO 3 or HP iLO 4 you have to enable lanplus "
          "option (lanplus / -P) and increase wait after operation to "
          "4 seconds (power_wait=4 / -T 4)");
   printf("</longdesc>\n");


More information about the cluster-commits mailing list