]> sourceware.org Git - lvm2.git/commitdiff
conf: regenerate example.conf.in
authorPeter Rajnoha <prajnoha@redhat.com>
Mon, 25 Jul 2016 11:54:59 +0000 (13:54 +0200)
committerPeter Rajnoha <prajnoha@redhat.com>
Mon, 25 Jul 2016 11:54:59 +0000 (13:54 +0200)
conf/example.conf.in

index 8b79d7da63cec2788d8e2133a78a6a855d917c98..1dcbf5253d8ee94aa114f0aac63f3ebaa522bf60 100644 (file)
@@ -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.
This page took 0.046184 seconds and 5 git commands to generate.