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-04 16:20:34 +0100
commit1b97caffc5d0a0fea619b7c47ed2f903aabad245 (patch)
treeea3f4b31b73fdb93e670ce7428dbbf0b92d4cf07
parent0e23d4174c109ca5afde6f71c3992f90007cfc62 (diff)
downloadlvm2-dev-prajnoha-track-removed-lvs-old.tar.gz
-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..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.