summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2016-07-25 13:54:59 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2016-07-25 13:54:59 +0200
commite4e29add685fce5473bec3c23013a1ddb72fd4b6 (patch)
treed342f847c5ed6cc77f6c5c2177436db5467d912a
parent3bc1adc4048def6dd58f1232bea1f388f9456ef9 (diff)
downloadlvm2-e4e29add685fce5473bec3c23013a1ddb72fd4b6.tar.gz
conf: regenerate example.conf.in
-rw-r--r--conf/example.conf.in13
1 files changed, 6 insertions, 7 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index 8b79d7da6..1dcbf5253 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -377,6 +377,12 @@ allocation {
# The default setting changed in version 2.02.85.
mirror_logs_require_separate_pvs = 0
+ # Configuration option allocation/raid_stripe_all_devices.
+ # Stripe across all PVs when RAID stripes are not specified.
+ # If enabled, all PVs in the VG or on the command line are used for raid0/4/5/6/10
+ # when the command does not specify the number of stripes to use.
+ raid_stripe_all_devices = 0
+
# Configuration option allocation/cache_pool_metadata_require_separate_pvs.
# Cache pool metadata and data will always use different PVs.
cache_pool_metadata_require_separate_pvs = 0
@@ -472,13 +478,6 @@ allocation {
# Default physical extent size in KiB to use for new VGs.
# This configuration option has an automatic default value.
# physical_extent_size = 4096
-
- # Configuration option striping across all PVs when RAID stripes are not specified.
- # If enabled, all PVs in the VG or on the command line are used for raid0/4/5/6/10
- # when the command does not specify the number of stripes to use.
- #
- # This configuration option has an automatic default value.
- # raid_stripe_all_devices = 0
}
# Configuration section log.