SHA256
1
0
forked from pool/lvm2

Accepting request 212895 from home:deanraccoon:branches:Base:System

fix collective bugs

OBS-URL: https://build.opensuse.org/request/show/212895
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=75
This commit is contained in:
2014-01-09 16:38:13 +00:00
committed by Git OBS Bridge
parent 126d39f2d7
commit 95c020b7a0
11 changed files with 874 additions and 29 deletions

View File

@@ -421,7 +421,7 @@ global {
# Type 3 uses built-in clustered locking.
# Type 4 uses read-only locking which forbids any operations that might
# change metadata.
locking_type = 1
locking_type = 3
# Set to 0 to fail when a lock request cannot be satisfied immediately.
wait_for_locks = 1
@@ -503,7 +503,7 @@ global {
#
# Specify the '--type <mirror|raid1>' option to override this default
# setting.
mirror_segtype_default = "mirror"
mirror_segtype_default = "raid1"
# 'raid10_segtype_default' determines the segment types used by default
# when the '--stripes/-i' and '--mirrors/-m' arguments are both specified
@@ -541,7 +541,7 @@ global {
#
# If lvmetad has been running while use_lvmetad was 0, it MUST be stopped
# before changing use_lvmetad to 1 and started again afterwards.
use_lvmetad = 0
use_lvmetad = 1
# Full path of the utility called to check that a thin metadata device
# is in a state that allows it to be used.