From 9edd2258ffc7ae7593a6e193760861090d0fb273 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 23 Jul 2015 14:20:29 +0200 Subject: [PATCH] config: extend definition for Allocation Extend comment for this section. --- lib/config/config_settings.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h index c8461f7e1..c2bef2705 100644 --- a/lib/config/config_settings.h +++ b/lib/config/config_settings.h @@ -122,7 +122,8 @@ cfg_section(devices_CFG_SECTION, "devices", root_CFG_SECTION, 0, vsn(1, 0, 0), 0 "How LVM uses block devices.\n") cfg_section(allocation_CFG_SECTION, "allocation", root_CFG_SECTION, CFG_PROFILABLE, vsn(2, 2, 77), 0, NULL, - "How LVM selects free space for Logical Volumes.\n") + "How LVM selects free space for Logical Volumes and default\n" + "properties applied to new Logical Volumes of various types.\n") cfg_section(log_CFG_SECTION, "log", root_CFG_SECTION, 0, vsn(1, 0, 0), 0, NULL, "How LVM log information is reported.\n")