Blame SOURCES/bz1667413-1-LVM-activate-support-LVs-from-same-VG.patch

391384
From 13511f843b2b0fa1b8b306beac041e0855be05a6 Mon Sep 17 00:00:00 2001
391384
From: Valentin Vidic <Valentin.Vidic@CARNet.hr>
391384
Date: Tue, 15 Jan 2019 15:45:03 +0100
391384
Subject: [PATCH] LVM-activate: make vgname not uniqe
391384
391384
If activating one lvname at a time, vgname will not be unique.
391384
---
391384
 heartbeat/LVM-activate | 2 +-
391384
 1 file changed, 1 insertion(+), 1 deletion(-)
391384
391384
diff --git a/heartbeat/LVM-activate b/heartbeat/LVM-activate
391384
index f46932c1c..bc448c9c1 100755
391384
--- a/heartbeat/LVM-activate
391384
+++ b/heartbeat/LVM-activate
391384
@@ -102,7 +102,7 @@ because some DLM lockspaces might be in use and cannot be closed automatically.
391384
 <shortdesc lang="en">This agent activates/deactivates logical volumes.</shortdesc>
391384
 
391384
 <parameters>
391384
-<parameter name="vgname" unique="1" required="1">
391384
+<parameter name="vgname" unique="0" required="1">
391384
 <longdesc lang="en">
391384
 The volume group name.
391384
 </longdesc>