22 lines
797 B
Diff
22 lines
797 B
Diff
From d1fc6920718284431a2c2cc28562498d6c8ea792 Mon Sep 17 00:00:00 2001
|
|
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
|
|
Date: Wed, 19 Jun 2019 11:12:33 +0200
|
|
Subject: [PATCH] Filesystem: remove removed notify-action from metadata
|
|
|
|
---
|
|
heartbeat/Filesystem | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/heartbeat/Filesystem b/heartbeat/Filesystem
|
|
index 780ba63a4..c46ec3cca 100755
|
|
--- a/heartbeat/Filesystem
|
|
+++ b/heartbeat/Filesystem
|
|
@@ -221,7 +221,6 @@ block if unresponsive nfs mounts are in use on the system.
|
|
<actions>
|
|
<action name="start" timeout="60s" />
|
|
<action name="stop" timeout="60s" />
|
|
-<action name="notify" timeout="60s" />
|
|
<action name="monitor" depth="0" timeout="40s" interval="20s" />
|
|
<action name="validate-all" timeout="5s" />
|
|
<action name="meta-data" timeout="5s" />
|