mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Fix typo in config option check
This commit is contained in:
parent
86bdfb3722
commit
fbd89d3a1a
@ -1,5 +1,6 @@
|
||||
Version 2.02.96 -
|
||||
================================
|
||||
Fix global/detect_internal_vg_cache_corruption config check.
|
||||
Update lcov Makefile target to support all dmeventd plugins.
|
||||
Fix initializiation of thin monitoring (2.02.92).
|
||||
Support improperly formated device numbers in /proc/devices (2.02.91).
|
||||
|
@ -387,7 +387,7 @@ static int _process_config(struct cmd_context *cmd)
|
||||
init_pv_min_size((uint64_t)pv_min_kb * (1024 >> SECTOR_SHIFT));
|
||||
|
||||
init_detect_internal_vg_cache_corruption
|
||||
(find_config_tree_int(cmd, "global/detect_internal_vg_cache_corruption()",
|
||||
(find_config_tree_int(cmd, "global/detect_internal_vg_cache_corruption",
|
||||
DEFAULT_DETECT_INTERNAL_VG_CACHE_CORRUPTION));
|
||||
|
||||
lvmetad_set_active(find_config_tree_int(cmd, "global/use_lvmetad", 0));
|
||||
|
Loading…
Reference in New Issue
Block a user