Blame SOURCES/bz1116166-Low-galera-do-not-advertise-notify-in-the-usage.patch

c608c9
From bc1e7bdcedc1bb1bf473787f373261452e37e337 Mon Sep 17 00:00:00 2001
c608c9
From: David Vossel <dvossel@redhat.com>
c608c9
Date: Wed, 30 Jul 2014 12:59:46 -0500
c608c9
Subject: [PATCH 5/6] Low: galera: do not advertise notify in the usage
c608c9
c608c9
---
c608c9
 heartbeat/galera | 4 +---
c608c9
 1 file changed, 1 insertion(+), 3 deletions(-)
c608c9
b4da46
diff --git a/heartbeat/galera b/heartbeat/galera
c608c9
index 386daaf..a361d7b 100755
b4da46
--- a/heartbeat/galera
b4da46
+++ b/heartbeat/galera
b4da46
@@ -79,7 +79,7 @@ fi
b4da46
 
b4da46
 usage() {
b4da46
   cat <
b4da46
-usage: $0 (start|stop|validate-all|meta-data|monitor|promote|demote|notify)
b4da46
+usage: $0 (start|stop|validate-all|meta-data|monitor|promote|demote)
b4da46
 
b4da46
 $0 manages a galera Database as an HA resource.
b4da46
 
c608c9
@@ -237,7 +237,6 @@ Cluster check user password
b4da46
 <action name="monitor" role="Slave" depth="0" timeout="30" interval="30" />
c608c9
 <action name="promote" timeout="120" />
b4da46
 <action name="demote" timeout="120" />
b4da46
-<action name="notify" timeout="90" />
b4da46
 <action name="validate-all" timeout="5" />
b4da46
 <action name="meta-data" timeout="5" />
b4da46
 </actions>
b4da46
@@ -683,7 +682,6 @@ case "$1" in
b4da46
   monitor)  galera_monitor;;
b4da46
   promote)  galera_promote;;
b4da46
   demote)   galera_demote;;
b4da46
-  notify)   galera_notify;;
b4da46
   validate-all) exit $OCF_SUCCESS;;
b4da46
 
b4da46
  *)     usage
c608c9
-- 
c608c9
1.8.4.2
c608c9