From f55ef2a4297f1d2003424cce55a39017f8481ca3 Mon Sep 17 00:00:00 2001 From: Diego Akechi Date: Wed, 14 Aug 2019 11:47:03 +0200 Subject: [PATCH] LVM: Default partial_activation to true in SLE HAE --- heartbeat/LVM | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/heartbeat/LVM b/heartbeat/LVM index 287856e5..65a94b36 100755 --- a/heartbeat/LVM +++ b/heartbeat/LVM @@ -34,7 +34,8 @@ OCF_RESKEY_volgrpname_default="" OCF_RESKEY_exclusive_default="false" OCF_RESKEY_tag_default="pacemaker" -OCF_RESKEY_partial_activation_default="false" +# True by default in SLE HAE +OCF_RESKEY_partial_activation_default="true" : ${OCF_RESKEY_volgrpname=${OCF_RESKEY_volgrpname_default}} : ${OCF_RESKEY_exclusive=${OCF_RESKEY_exclusive_default}} @@ -109,7 +110,7 @@ If "exclusive" is set on a non clustered volume group, this overrides the tag to If set, the volume group will be activated partially even with some physical volumes missing. It helps to set to true when using mirrored -logical volumes. +logical volumes. Enabled by default. Activate VG partially when missing PVs -- 2.16.4