1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

config: change scan_lvs default to 0

so that lvm does not scan LVs for PVs by default.
This commit is contained in:
David Teigland 2019-02-20 13:30:46 -06:00
parent 0aa51a2f61
commit 7be6791e70

View File

@ -310,7 +310,7 @@
#define DEFAULT_VDO_POOL_AUTOEXTEND_THRESHOLD 100
#define DEFAULT_VDO_POOL_AUTOEXTEND_PERCENT 20
#define DEFAULT_SCAN_LVS 1
#define DEFAULT_SCAN_LVS 0
#define DEFAULT_HINTS "all"