Blame SOURCES/LVM-fix-missing-dash.patch

05afe3
From 5a664525a20d3d5094912322be4faac668e4920e Mon Sep 17 00:00:00 2001
05afe3
From: Oyvind Albrigtsen <oalbrigt@redhat.com>
05afe3
Date: Mon, 13 Aug 2018 14:30:50 +0200
05afe3
Subject: [PATCH] LVM: fix missing dash
05afe3
05afe3
---
05afe3
 heartbeat/lvm-tag.sh | 2 +-
05afe3
 1 file changed, 1 insertion(+), 1 deletion(-)
05afe3
05afe3
diff --git a/heartbeat/lvm-tag.sh b/heartbeat/lvm-tag.sh
05afe3
index 71f53b20b..fe17e0f21 100644
05afe3
--- a/heartbeat/lvm-tag.sh
05afe3
+++ b/heartbeat/lvm-tag.sh
05afe3
@@ -147,7 +147,7 @@ lvm_init() {
05afe3
 	if [ -n "$OCF_RESKEY_tag" ]; then
05afe3
 		OUR_TAG=$OCF_RESKEY_tag
05afe3
 	fi
05afe3
-	vgchange_activate_options="aly --config activation{volume_list=[\"@${OUR_TAG}\"]}"
05afe3
+	vgchange_activate_options="-aly --config activation{volume_list=[\"@${OUR_TAG}\"]}"
05afe3
 	vgchange_deactivate_options="-aln"
05afe3
 }
05afe3