fence-agents: master - fence_xvmd: Allow interface assignment in cluster.conf

Lon Hohberger lon at fedoraproject.org
Tue Oct 13 20:47:48 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/fence-agents.git?p=fence-agents.git;a=commitdiff;h=0c15e1cf5c7a51624f5d47409ecc57b4c64cb9b9
Commit:        0c15e1cf5c7a51624f5d47409ecc57b4c64cb9b9
Parent:        43872d098d9406fd09afd81e972188a728e1c7a3
Author:        Lon Hohberger <lhh at redhat.com>
AuthorDate:    Tue Oct 13 16:44:08 2009 -0400
Committer:     Lon Hohberger <lhh at redhat.com>
CommitterDate: Tue Oct 13 16:47:43 2009 -0400

fence_xvmd: Allow interface assignment in cluster.conf

Signed-off-by: Lon Hohberger <lhh at redhat.com>
---
 fence/agents/xvm/options.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/agents/xvm/options.c b/fence/agents/xvm/options.c
index 7a0c126..bd7d97f 100644
--- a/fence/agents/xvm/options.c
+++ b/fence/agents/xvm/options.c
@@ -319,7 +319,7 @@ static struct arg_info _arg_info[] = {
 	  "IP port (default=1229)",
 	  assign_port },
 
-	{ 'I', "-I <interface>", "multicast_address",
+	{ 'I', "-I <interface>", "interface",
 	  "Network interface name to listen on",
 	  assign_interface },
 


More information about the cluster-commits mailing list