summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2016-01-22 13:20:21 +0100
committerPeter Rajnoha <prajnoha@redhat.com>2016-01-22 14:16:00 +0100
commit136fd8f2f642c82b132ded4b9a95b05e822e9117 (patch)
tree7f274830dbe7c253a565d9610558470d2d9cb6c3 /conf
parentc0912af3104cb72ea275d90b8b1d68a25a9ca48a (diff)
downloadlvm2-136fd8f2f642c82b132ded4b9a95b05e822e9117.tar.gz
conf: add metadata/check_pv_device_sizes
Diffstat (limited to 'conf')
-rw-r--r--conf/example.conf.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index 4dbe28951..60f8023f1 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -1415,6 +1415,17 @@ activation {
# This configuration section has an automatic default value.
# metadata {
+ # Configuration option metadata/check_pv_device_sizes.
+ # Check device sizes are not smaller than corresponding PV sizes.
+ # If device size is less than corresponding PV size found in metadata,
+ # there is always a risk of data loss. If this option is set, then LVM
+ # issues a warning message each time it finds that the device size is
+ # less than corresponding PV size. You should not disable this unless
+ # you are absolutely sure about what you are doing!
+ # This configuration option is advanced.
+ # This configuration option has an automatic default value.
+ # check_pv_device_sizes = 1
+
# Configuration option metadata/pvmetadatacopies.
# Number of copies of metadata to store on each PV.
# The --pvmetadatacopies option overrides this setting.