Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Alexander_Naumov:SLE-12:Update
resource-agents
lvm-vg-partial-active.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lvm-vg-partial-active.diff of Package resource-agents
diff --git a/heartbeat/LVM b/heartbeat/LVM index 0ff6ba7..33bbba9 100755 --- a/heartbeat/LVM +++ b/heartbeat/LVM @@ -100,10 +100,10 @@ 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 even only partial of the physical volumes available. It helps to set to true, when you are using mirroring -logical volumes. +logical volumes. Set to true by default in SLE11SP3 HAE. </longdesc> <shortdesc lang="en">Activate VG even with partial PV only</shortdesc> -<content type="string" default="false" /> +<content type="string" default="true" /> </parameter> </parameters> @@ -368,7 +368,7 @@ get_activate_options() 2) options="${options}ey";; esac - if ocf_is_true "$OCF_RESKEY_partial_activation" ; then + if ocf_is_true "$PARTIAL_INVOCATION" ; then options="${options} --partial" fi @@ -639,6 +639,7 @@ then exit $OCF_ERR_INSTALLED fi LVM_MAJOR="${LVM_VERSION%%.*}" +PARTIAL_INVOCATION=${OCF_RESKEY_partial_activation:-"true"} VOLUME=$OCF_RESKEY_volgrpname OP_METHOD=$1
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