summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-08-12 12:51:35 -0500
committerDavid Teigland <teigland@redhat.com>2015-08-12 15:35:45 -0500
commit829384f46dedee8646cc6b098ef98463658c51d6 (patch)
tree11ccc7283365a4d87695351264d8bfef64942ace
parente96041e18fa5f8f0ccb50d31ee0b1c9fb6c5db21 (diff)
downloadlvm2-829384f46dedee8646cc6b098ef98463658c51d6.tar.gz
config: description updates
Make the first line of every description a complete one line sentence for the benefit of lvmconfig --withsummary.
-rw-r--r--lib/config/config_settings.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h
index 54a50abf5..b687c57e8 100644
--- a/lib/config/config_settings.h
+++ b/lib/config/config_settings.h
@@ -122,8 +122,7 @@ 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 and default\n"
- "properties applied to new Logical Volumes of various types.\n")
+ "How LVM selects space and applies properties to LVs.\n")
cfg_section(log_CFG_SECTION, "log", root_CFG_SECTION, 0, vsn(1, 0, 0), 0, NULL,
"How LVM log information is reported.\n")
@@ -811,11 +810,11 @@ cfg(global_sparse_segtype_default_CFG, "sparse_segtype_default", global_CFG_SECT
"The '--type snapshot|thin' option overrides this setting.\n")
cfg(global_lvdisplay_shows_full_device_path_CFG, "lvdisplay_shows_full_device_path", global_CFG_SECTION, CFG_PROFILABLE | CFG_DEFAULT_COMMENTED, CFG_TYPE_BOOL, DEFAULT_LVDISPLAY_SHOWS_FULL_DEVICE_PATH, vsn(2, 2, 89), NULL, 0, NULL,
+ "Enable this to reinstate the previous lvdisplay name format.\n"
"The default format for displaying LV names in lvdisplay was changed\n"
"in version 2.02.89 to show the LV name and path separately.\n"
"Previously this was always shown as /dev/vgname/lvname even when that\n"
- "was never a valid path in the /dev filesystem.\n"
- "Enable this option to reinstate the previous format.\n")
+ "was never a valid path in the /dev filesystem.\n")
cfg(global_use_lvmetad_CFG, "use_lvmetad", global_CFG_SECTION, 0, CFG_TYPE_BOOL, DEFAULT_USE_LVMETAD, vsn(2, 2, 93), "@DEFAULT_USE_LVMETAD@", 0, NULL,
"Use lvmetad to cache metadata and reduce disk scanning.\n"
@@ -1264,7 +1263,7 @@ cfg(activation_monitoring_CFG, "monitoring", activation_CFG_SECTION, 0, CFG_TYPE
"The '--ignoremonitoring' option overrides this setting.\n")
cfg(activation_polling_interval_CFG, "polling_interval", activation_CFG_SECTION, 0, CFG_TYPE_INT, DEFAULT_INTERVAL, vsn(2, 2, 63), NULL, 0, NULL,
- "Check pvmove or lvconvert progress at this interval (seconds)\n"
+ "Check pvmove or lvconvert progress at this interval (seconds).\n"
"When pvmove or lvconvert must wait for the kernel to finish\n"
"synchronising or merging data, they check and report progress\n"
"at intervals of this number of seconds.\n"