Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
resource-agents.24247
0001-LVM-Default-partial_activation-to-true-in-...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-LVM-Default-partial_activation-to-true-in-SLE-HAE.patch of Package resource-agents.24247
From f55ef2a4297f1d2003424cce55a39017f8481ca3 Mon Sep 17 00:00:00 2001 From: Diego Akechi <dakechi@suse.com> 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 <longdesc lang="en"> 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. </longdesc> <shortdesc lang="en">Activate VG partially when missing PVs</shortdesc> <content type="string" default="${OCF_RESKEY_partial_activation_default}" /> -- 2.16.4
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor