Blame SOURCES/bz1647252-vdo-vol-fix-monitor-action.patch

391384
diff -uNr a/heartbeat/vdo-vol b/heartbeat/vdo-vol
391384
--- a/heartbeat/vdo-vol	2018-11-07 09:11:23.037835110 +0100
391384
+++ b/heartbeat/vdo-vol	2018-11-07 09:12:41.322373901 +0100
391384
@@ -145,7 +145,7 @@
391384
 
391384
 vdo_monitor(){
391384
 	status=$(vdo status $OPTIONS 2>&1)
391384
-	MODE=$(vdostats vdo_vol --verbose | grep "operating mode" | awk '{print $NF}')
391384
+	MODE=$(vdostats --verbose ${OCF_RESKEY_volume} | grep "operating mode" | awk '{print $NF}')
391384
 
391384
 	case "$status" in
391384
 		*"Device mapper status: not available"*)