From 1b97caffc5d0a0fea619b7c47ed2f903aabad245 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Tue, 2 Feb 2016 15:06:18 +0100 Subject: conf: regenerated --- conf/example.conf.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/conf/example.conf.in b/conf/example.conf.in index 60f8023f1..af9311e10 100644 --- a/conf/example.conf.in +++ b/conf/example.conf.in @@ -1426,6 +1426,21 @@ activation { # This configuration option has an automatic default value. # check_pv_device_sizes = 1 + # Configuration option metadata/record_removed_entities. + # When enabled, LVM keeps history records about removed entities in + # metadata. The information that is recorded in metadata for removed + # entities is reduced when compared to original information kept in + # metadata for live entities. Currently, this feature is supported + # for thin and thin snapshot LVs only. + # This configuration option has an automatic default value. + # record_removed_entities = 0 + + # Configuration option metadata/removed_entity_timeout. + # Timeout in seconds after which a record about individual removed + # entity is automatically destroyed. A value of 0 disables this feature. + # This configuration option has an automatic default value. + # removed_entity_timeout = 0 + # Configuration option metadata/pvmetadatacopies. # Number of copies of metadata to store on each PV. # The --pvmetadatacopies option overrides this setting. -- cgit v1.2.1