summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.