fence-agents: master - COMPATIBILITY BREAK: remove -q / quiet

Marek GrĂ¡c marx at fedoraproject.org
Mon Feb 4 15:25:21 UTC 2013


Gitweb:        http://git.fedorahosted.org/git/?p=fence-agents.git;a=commitdiff;h=9049b8e08dbf93dbaa7507dedb7d36067852c011
Commit:        9049b8e08dbf93dbaa7507dedb7d36067852c011
Parent:        8070db91ebf1dd4b9bd6faa03111c003d8dadd6d
Author:        Marek 'marx' Grac <mgrac at redhat.com>
AuthorDate:    Sun Nov 25 14:18:10 2012 +0100
Committer:     Marek 'marx' Grac <mgrac at redhat.com>
CommitterDate: Mon Feb 4 16:06:39 2013 +0100

COMPATIBILITY BREAK: remove -q / quiet

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 7ccc89e..5bf98e2 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" ],


More information about the cluster-commits mailing list