[Cluster-devel] [PATCH 7/7] COMPATIBILITY BREAK: remove -q / quiet
Marek 'marx' Grac <[email protected]>
| Newsgroups | com.redhat.cluster-devel |
|---|---|
| Message-ID | <[email protected]> |
This option was never widely used because fence agents are quite quiet by default.
---
fence/agents/lib/fencing.py.py | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/fence/agents/lib/fencing.py.py b/fence/agents/lib/fencing.py.py
index c13652f..a72af23 100644
--- a/fence/agents/lib/fencing.py.py
+++ b/fence/agents/lib/fencing.py.py
@@ -45,10 +45,6 @@ all_opt = {
"required" : "0",
"shortdesc" : "Display version information and exit",
"order" : 53 },
- "quiet" : {
- "getopt" : "q",
- "help" : "",
- "order" : 50 },
"verbose" : {
"getopt" : "v",
"longopt" : "verbose",
@@ -360,7 +356,7 @@ all_opt = {
# options which are added automatically if 'key' is encountered ("default" is always added)
DEPENDENCY_OPT = {
- "default" : [ "help", "debug", "verbose", "quiet", "version", "action", "agent", \
+ "default" : [ "help", "debug", "verbose", "version", "action", "agent", \
"power_timeout", "shell_timeout", "login_timeout", "power_wait", "retry_on", "delay" ],
"passwd" : [ "passwd_script" ],
"secure" : [ "identity_file", "ssh_options" ],
--
1.7.7.6