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

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