Accepting request 266231 from home:wanglh:branches:Base:System
disable lvm2-lvmetad.service and fix lvm.conf for bnc#901859 bnc#906710 bnc#888798 OBS-URL: https://build.opensuse.org/request/show/266231 OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=115
This commit is contained in:
committed by
Git OBS Bridge
parent
da5bb3ab1a
commit
97971092ae
4
lvm.conf
4
lvm.conf
@@ -275,7 +275,7 @@ log {
|
||||
# for syslog and lvm2_log_fn purposes.
|
||||
# Any 'yes' or 'no' questions not overridden by other arguments
|
||||
# are suppressed and default to 'no'.
|
||||
silent = 1
|
||||
silent = 0
|
||||
|
||||
# Should we send log messages through syslog?
|
||||
# 1 is yes; 0 is no.
|
||||
@@ -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 = 3
|
||||
locking_type = 1
|
||||
|
||||
# Set to 0 to fail when a lock request cannot be satisfied immediately.
|
||||
wait_for_locks = 1
|
||||
|
Reference in New Issue
Block a user