Blame SOURCES/fence_ilo3-fence_ipmilan-show-correct-default-method.patch

674a4f
From bd1b11884f33f5fce5ca7618c9f87b540592e1b6 Mon Sep 17 00:00:00 2001
674a4f
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
674a4f
Date: Mon, 2 Jul 2018 16:36:41 +0200
674a4f
Subject: [PATCH] fence_ilo3/fence_ipmilan: show correct default method (onoff)
674a4f
 in help
674a4f
674a4f
---
674a4f
 agents/ipmilan/fence_ipmilan.py | 2 +-
674a4f
 1 file changed, 1 insertion(+), 1 deletion(-)
674a4f
674a4f
diff --git a/agents/ipmilan/fence_ipmilan.py b/agents/ipmilan/fence_ipmilan.py
674a4f
index 453d7365..9610f1c6 100644
674a4f
--- a/agents/ipmilan/fence_ipmilan.py
674a4f
+++ b/agents/ipmilan/fence_ipmilan.py
674a4f
@@ -171,7 +171,7 @@ def main():
674a4f
 		all_opt["lanplus"]["default"] = "1"
674a4f
 
674a4f
 	all_opt["ipport"]["default"] = "623"
674a4f
-	all_opt["method"]["help"] = "-m, --method=[method]          Method to fence (onoff|cycle) (Default: cycle)\n" \
674a4f
+	all_opt["method"]["help"] = "-m, --method=[method]          Method to fence (onoff|cycle) (Default: onoff)\n" \
674a4f
 				    "WARNING! This fence agent might report success before the node is powered off. " \
674a4f
 				    "You should use -m/method onoff if your fence device works correctly with that option."
674a4f
 
674a4f
-- 
674a4f
2.17.1
674a4f