]> sourceware.org Git - lvm2.git/commitdiff
config: keep new setting commented out
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 28 Jul 2016 13:08:11 +0000 (15:08 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 28 Jul 2016 13:08:11 +0000 (15:08 +0200)
conf/example.conf.in
lib/config/config_settings.h

index 1dcbf5253d8ee94aa114f0aac63f3ebaa522bf60..4ac09e2dc7c19301b6bebcb94952acef496d5939 100644 (file)
@@ -381,7 +381,8 @@ allocation {
        # 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
+       # This configuration option has an automatic default value.
+       # raid_stripe_all_devices = 0
 
        # Configuration option allocation/cache_pool_metadata_require_separate_pvs.
        # Cache pool metadata and data will always use different PVs.
index 8b9932e8ccb57c8d3b2cf5db124be14e66182fbc..1e4b68927f4eadf6e1d6afe9b6e91f84b2f96745 100644 (file)
@@ -461,7 +461,7 @@ cfg(allocation_mirror_logs_require_separate_pvs_CFG, "mirror_logs_require_separa
        "Mirror logs and images will always use different PVs.\n"
        "The default setting changed in version 2.02.85.\n")
 
-cfg(allocation_raid_stripe_all_devices_CFG, "raid_stripe_all_devices", allocation_CFG_SECTION, 0, CFG_TYPE_BOOL, DEFAULT_ALLOCATION_STRIPE_ALL_DEVICES, vsn(2, 2, 162), NULL, 0, NULL,
+cfg(allocation_raid_stripe_all_devices_CFG, "raid_stripe_all_devices", allocation_CFG_SECTION, CFG_DEFAULT_COMMENTED, CFG_TYPE_BOOL, DEFAULT_ALLOCATION_STRIPE_ALL_DEVICES, vsn(2, 2, 162), NULL, 0, NULL,
        "Stripe across all PVs when RAID stripes are not specified.\n"
        "If enabled, all PVs in the VG or on the command line are used for raid0/4/5/6/10\n"
        "when the command does not specify the number of stripes to use.\n")
This page took 0.039382 seconds and 5 git commands to generate.