summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-07-23 14:20:29 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2015-08-12 14:33:15 +0200
commit9edd2258ffc7ae7593a6e193760861090d0fb273 (patch)
treedd3e420693e651109ee98d90f0913f4c24543d75
parent13c7bbf8a9ff2fad2718ba6cb627d7fcef766900 (diff)
downloadlvm2-9edd2258ffc7ae7593a6e193760861090d0fb273.tar.gz
config: extend definition for Allocation
Extend comment for this section.
-rw-r--r--lib/config/config_settings.h3
1 files changed, 2 insertions, 1 deletions
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")