Blame SOURCES/bz1730455-LVM-activate-fix-monitor-hang.patch

b4b3ce
From ef37f8a2461b5763f4510d51e08d27d8b1f76937 Mon Sep 17 00:00:00 2001
b4b3ce
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
b4b3ce
Date: Tue, 23 Jul 2019 15:47:17 +0200
b4b3ce
Subject: [PATCH] LVM-activate: fix monitor might hang due to lvm_validate
b4b3ce
 which was added by accident
b4b3ce
b4b3ce
---
b4b3ce
 heartbeat/LVM-activate | 1 -
b4b3ce
 1 file changed, 1 deletion(-)
b4b3ce
b4b3ce
diff --git a/heartbeat/LVM-activate b/heartbeat/LVM-activate
b4b3ce
index 9c7c721bf..3df40c894 100755
b4b3ce
--- a/heartbeat/LVM-activate
b4b3ce
+++ b/heartbeat/LVM-activate
b4b3ce
@@ -852,7 +852,6 @@ stop)
b4b3ce
 	lvm_stop
b4b3ce
 	;;
b4b3ce
 monitor)
b4b3ce
-	lvm_validate
b4b3ce
 	lvm_status
b4b3ce
 	;;
b4b3ce
 validate-all)