From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek 'marx' Grac Date: Sun, 25 Nov 2012 14:18:10 +0100 Subject: [Cluster-devel] [PATCH 7/7] COMPATIBILITY BREAK: remove -q / quiet In-Reply-To: <1353849490-15635-1-git-send-email-mgrac@redhat.com> References: <1353849490-15635-1-git-send-email-mgrac@redhat.com> Message-ID: <1353849490-15635-7-git-send-email-mgrac@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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