]> sourceware.org Git - lvm2.git/commitdiff
lvmconfig: uncomment the report section 1076767364
authorDavid Teigland <teigland@redhat.com>
Fri, 17 Nov 2023 19:52:49 +0000 (13:52 -0600)
committerDavid Teigland <teigland@redhat.com>
Fri, 17 Nov 2023 19:52:49 +0000 (13:52 -0600)
so settings can be changed without uncommenting the
start/end of the section.

lib/config/config_settings.h

index 58b17465a4067ff190e5ba42b98afdaf51cfb949..0f1e9af55316991636f21524c6c166a1bec21b09 100644 (file)
@@ -174,7 +174,7 @@ cfg_section(activation_CFG_SECTION, "activation", root_CFG_SECTION, CFG_PROFILAB
 
 cfg_section(metadata_CFG_SECTION, "metadata", root_CFG_SECTION, CFG_DEFAULT_COMMENTED, vsn(1, 0, 0), 0, NULL, NULL)
 
-cfg_section(report_CFG_SECTION, "report", root_CFG_SECTION, CFG_PROFILABLE | CFG_DEFAULT_COMMENTED, vsn(1, 0, 0), 0, NULL,
+cfg_section(report_CFG_SECTION, "report", root_CFG_SECTION, CFG_PROFILABLE, vsn(1, 0, 0), 0, NULL,
        "LVM report command output formatting.\n")
 
 cfg_section(dmeventd_CFG_SECTION, "dmeventd", root_CFG_SECTION, 0, vsn(1, 2, 3), 0, NULL,
This page took 0.034493 seconds and 5 git commands to generate.