Blame SOURCES/bz1257137-3-fence_ipmilan_regression.patch
|
|
44709c |
From 4dfb294646685e0e920b485b1fce2c6441918c19 Mon Sep 17 00:00:00 2001
|
|
|
44709c |
From: Marek 'marx' Grac <mgrac@redhat.com>
|
|
|
44709c |
Date: Thu, 17 Sep 2015 23:24:28 +0200
|
|
|
44709c |
Subject: [PATCH] fence_ipmilan: -i was used twice in fence_ipmilan
|
|
|
44709c |
|
|
|
44709c |
-i was not propagated as --ipmitool-path so we have removed it.
|
|
|
44709c |
---
|
|
|
44709c |
fence/agents/ipmilan/fence_ipmilan.py | 2 +-
|
|
|
44709c |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
44709c |
|
|
|
44709c |
diff --git a/fence/agents/ipmilan/fence_ipmilan.py b/fence/agents/ipmilan/fence_ipmilan.py
|
|
|
44709c |
index fd04110..4c9eea8 100644
|
|
|
44709c |
--- a/fence/agents/ipmilan/fence_ipmilan.py
|
|
|
44709c |
+++ b/fence/agents/ipmilan/fence_ipmilan.py
|
|
|
44709c |
@@ -111,7 +111,7 @@ def define_new_opts():
|
|
|
44709c |
"order": 1
|
|
|
44709c |
}
|
|
|
44709c |
all_opt["ipmitool_path"] = {
|
|
|
44709c |
- "getopt" : "i:",
|
|
|
44709c |
+ "getopt" : ":",
|
|
|
44709c |
"longopt" : "ipmitool-path",
|
|
|
44709c |
"help" : "--ipmitool-path=[path] Path to ipmitool binary",
|
|
|
44709c |
"required" : "0",
|
|
|
44709c |
--
|
|
|
44709c |
1.9.3
|
|
|
44709c |
|