summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2014-12-15 16:27:33 +0100
committerPeter Rajnoha <prajnoha@redhat.com>2015-01-30 13:01:12 +0100
commitbf8943b0f63336272f3434455b906e0167e27b52 (patch)
treebf72e86724b2ad42162d2c281b9a70055af727e4 /conf
parentc50a90c9e6084350682a315ed1732c2a54a3a828 (diff)
downloadlvm2-bf8943b0f63336272f3434455b906e0167e27b52.tar.gz
conf: add devices/external_device_info_source to lvm.conf
Diffstat (limited to 'conf')
-rw-r--r--conf/example.conf.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index 0ba9ccb8b..df28a7b27 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -39,6 +39,22 @@ devices {
# to use with LVM2.
scan = [ "/dev" ]
+ # Select external device information source to use for further and more
+ # detailed device determination. Some information may already be available
+ # in the system and LVM2 can use this information to determine the exact
+ # type or use of the device it processes. Using existing external device
+ # information source can speed up device processing as LVM2 does not need
+ # to run its own native routines to acquire this information. For example,
+ # such information is used to drive LVM2 filtering like MD component
+ # detection, multipath component detection, partition detection and others.
+ # Possible options are:
+ # "none" - No external device information source is used.
+ #
+ # "udev" - Reuse existing udev database records. Applicable
+ # only if LVM is compiled with udev support.
+ #
+ external_device_info_source = "none"
+
# If set, the cache of block device nodes with all associated symlinks
# will be constructed out of the existing udev database content.
# This avoids using and opening any inapplicable non-block devices or