mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
config: use devices/ignore_suspended_devices=0 by default
ignore_suspended_devices=0 is already used in lvm.conf we distribute, but it was still "1" in the code (so it was used when lvm.conf value was not defined). It should be "0" too.
This commit is contained in:
parent
2b09def606
commit
8e8a47143f
@ -1,5 +1,6 @@
|
||||
Version 2.02.107 -
|
||||
==================================
|
||||
Use devices/ignore_suspended_devices=0 by default if not defined in lvm.conf.
|
||||
Use proper libmem mempool for allocation of unknown segment name.
|
||||
Add --readonly to reporting and display tools for lock-free metadata access.
|
||||
Add locking_type 5 for dummy locking for tools that do not need any locks.
|
||||
|
@ -35,7 +35,7 @@
|
||||
#define DEFAULT_MD_CHUNK_ALIGNMENT 1
|
||||
#define DEFAULT_IGNORE_LVM_MIRRORS 1
|
||||
#define DEFAULT_MULTIPATH_COMPONENT_DETECTION 1
|
||||
#define DEFAULT_IGNORE_SUSPENDED_DEVICES 1
|
||||
#define DEFAULT_IGNORE_SUSPENDED_DEVICES 0
|
||||
#define DEFAULT_DISABLE_AFTER_ERROR_COUNT 0
|
||||
#define DEFAULT_REQUIRE_RESTOREFILE_WITH_UUID 1
|
||||
#define DEFAULT_DATA_ALIGNMENT_OFFSET_DETECTION 1
|
||||
|
Loading…
Reference in New Issue
Block a user