fence-agents: master - fence_ipmilan: Better description of lanplus parameter

Marek GrĂ¡c marx at fedoraproject.org
Thu Jul 18 10:04:47 UTC 2013


Gitweb:        http://git.fedorahosted.org/git/?p=fence-agents.git;a=commitdiff;h=7117a54a55aafb9f6ea97fe7b3a7b56355f609e4
Commit:        7117a54a55aafb9f6ea97fe7b3a7b56355f609e4
Parent:        c61430f65c843c4e4b7b3487f378d306efe1d52a
Author:        Marek 'marx' Grac <mgrac at redhat.com>
AuthorDate:    Thu Jul 18 12:04:01 2013 +0200
Committer:     Marek 'marx' Grac <mgrac at redhat.com>
CommitterDate: Thu Jul 18 12:04:01 2013 +0200

fence_ipmilan: Better description of lanplus parameter

resolves: rhbz#981086
---
 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 4d286ea..3561456 100644
--- a/fence/agents/ipmilan/ipmilan.c
+++ b/fence/agents/ipmilan/ipmilan.c
@@ -167,7 +167,7 @@ struct xml_parameter_s xml_parameters[]={
   {"ipaddr","-a",1,"string",NULL,"IPMI Lan IP to talk to"},
   {"passwd","-p",0,"string",NULL,"Password (if required) to control power on IPMI device"},
   {"passwd_script","-S",0,"string",NULL,"Script to retrieve password (if required)"},
-  {"lanplus","-P",0,"boolean",NULL,"Use Lanplus"},
+  {"lanplus","-P",0,"boolean",NULL,"Use Lanplus to improve security of connection"},
   {"login","-l",0,"string",NULL,"Username/Login (if required) to control power on IPMI device"},
   {"action","-o",0,"string","reboot","Operation to perform. Valid operations: on, off, reboot, status, list, diag, monitor or metadata"},
   {"timeout","-t",0,"string",NULL,"Timeout (sec) for IPMI operation"},
@@ -859,7 +859,7 @@ printf("   -a <ipaddr>    IPMI Lan IP to talk to\n");
 printf("   -i <ipaddr>    IPMI Lan IP to talk to (deprecated, use -a)\n");
 printf("   -p <password>  Password (if required) to control power on\n"
        "                  IPMI device\n");
-printf("   -P             Use Lanplus\n");
+printf("   -P             Use Lanplus to improve security of connection\n");
 printf("   -S <path>      Script to retrieve password (if required)\n");
 printf("   -l <login>     Username/Login (if required) to control power\n"
        "                  on IPMI device\n");


More information about the cluster-commits mailing list