summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2016-02-02 15:06:18 +0100
committerPeter Rajnoha <prajnoha@redhat.com>2016-02-19 14:40:23 +0100
commitc7bce183631dcad49679b0b19689548d01b1ad56 (patch)
tree789333a9e1f4debd7cf96156728b165ef8afa5d7
parent3b8a061f616011b402d4c6c6a5cfd60d108e3a98 (diff)
downloadlvm2-c7bce183631dcad49679b0b19689548d01b1ad56.tar.gz
conf: regenerated
-rw-r--r--conf/example.conf.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index 60f8023f1..b2db2ec3b 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_former_entities.
+ # When enabled, LVM keeps history records about former entities in
+ # metadata. The information that is recorded in metadata for former
+ # 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_former_entities = 0
+
+ # Configuration option metadata/former_entity_timeout.
+ # Timeout in seconds after which a record about individual former
+ # entity is automatically destroyed. A value of 0 disables this feature.
+ # This configuration option has an automatic default value.
+ # former_entity_timeout = 0
+
# Configuration option metadata/pvmetadatacopies.
# Number of copies of metadata to store on each PV.
# The --pvmetadatacopies option overrides this setting.