summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2020-06-23 12:19:35 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2020-06-24 15:01:03 +0200
commit88b92d4225b90db82047f3bac55d8059918e9c1b (patch)
tree54e55e69455b4da554b7067656aa8e8c63fcf6e9 /conf
parentb7885dbb734de97e39dca28a38850cbb623cf57f (diff)
downloadlvm2-88b92d4225b90db82047f3bac55d8059918e9c1b.tar.gz
make: make generate
update
Diffstat (limited to 'conf')
-rw-r--r--conf/example.conf.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index 05b085792..a3d8ca380 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -488,7 +488,7 @@ allocation {
# This configuration option does not have a default value defined.
# Configuration option allocation/thin_pool_metadata_require_separate_pvs.
- # Thin pool metdata and data will always use different PVs.
+ # Thin pool metadata and data will always use different PVs.
thin_pool_metadata_require_separate_pvs = 0
# Configuration option allocation/thin_pool_zero.
@@ -526,6 +526,10 @@ allocation {
# This configuration option has an automatic default value.
# thin_pool_chunk_size_policy = "generic"
+ # Configuration option allocation/zero_metadata.
+ # Zero whole metadata area before use with thin or cache pool.
+ zero_metadata = 1
+
# Configuration option allocation/thin_pool_chunk_size.
# The minimal chunk size in KiB for thin pool volumes.
# Larger chunk sizes may improve performance for plain thin volumes,