summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2016-01-13 15:47:26 +0100
committerPeter Rajnoha <prajnoha@redhat.com>2016-01-13 15:47:26 +0100
commit939d29652579e4759d445c87dc21d1a6b37fd97d (patch)
tree4816b08f854390947f71c715b7cb6484f9595438
parent9a81881965f1c990632c13699f2184cd1680cf39 (diff)
downloadlvm2-939d29652579e4759d445c87dc21d1a6b37fd97d.tar.gz
conf: fix 'the volume list' vs 'volume list' and '@*'
-rw-r--r--conf/example.conf.in12
-rw-r--r--lib/config/config_settings.h12
2 files changed, 12 insertions, 12 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index e567a7356..4dbe28951 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -1108,8 +1108,8 @@ activation {
# or VG.
# @*
# Selects an LV if a tag defined on the host is also set on the LV
- # or VG. See tags/hosttags. If any host tags exist but the volume
- # list is not defined, a default single-entry list containing '@*'
+ # or VG. See tags/hosttags. If any host tags exist but volume_list
+ # is not defined, a default single-entry list containing '@*'
# is assumed.
#
# Example
@@ -1145,8 +1145,8 @@ activation {
# or VG.
# @*
# Selects an LV if a tag defined on the host is also set on the LV
- # or VG. See tags/hosttags. If any host tags exist but the volume
- # list is not defined, a default single-entry list containing '@*'
+ # or VG. See tags/hosttags. If any host tags exist but volume_list
+ # is not defined, a default single-entry list containing '@*'
# is assumed.
#
# Example
@@ -1171,8 +1171,8 @@ activation {
# or VG.
# @*
# Selects an LV if a tag defined on the host is also set on the LV
- # or VG. See tags/hosttags. If any host tags exist but the volume
- # list is not defined, a default single-entry list containing '@*'
+ # or VG. See tags/hosttags. If any host tags exist but volume_list
+ # is not defined, a default single-entry list containing '@*'
# is assumed.
#
# Example
diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h
index 60b511076..dcebe9975 100644
--- a/lib/config/config_settings.h
+++ b/lib/config/config_settings.h
@@ -1066,8 +1066,8 @@ cfg_array(activation_volume_list_CFG, "volume_list", activation_CFG_SECTION, CFG
" or VG.\n"
" @*\n"
" Selects an LV if a tag defined on the host is also set on the LV\n"
- " or VG. See tags/hosttags. If any host tags exist but the volume\n"
- " list is not defined, a default single-entry list containing '@*'\n"
+ " or VG. See tags/hosttags. If any host tags exist but volume_list\n"
+ " is not defined, a default single-entry list containing '@*'\n"
" is assumed.\n"
"#\n"
"Example\n"
@@ -1102,8 +1102,8 @@ cfg_array(activation_auto_activation_volume_list_CFG, "auto_activation_volume_li
" or VG.\n"
" @*\n"
" Selects an LV if a tag defined on the host is also set on the LV\n"
- " or VG. See tags/hosttags. If any host tags exist but the volume\n"
- " list is not defined, a default single-entry list containing '@*'\n"
+ " or VG. See tags/hosttags. If any host tags exist but volume_list\n"
+ " is not defined, a default single-entry list containing '@*'\n"
" is assumed.\n"
"#\n"
"Example\n"
@@ -1127,8 +1127,8 @@ cfg_array(activation_read_only_volume_list_CFG, "read_only_volume_list", activat
" or VG.\n"
" @*\n"
" Selects an LV if a tag defined on the host is also set on the LV\n"
- " or VG. See tags/hosttags. If any host tags exist but the volume\n"
- " list is not defined, a default single-entry list containing '@*'\n"
+ " or VG. See tags/hosttags. If any host tags exist but volume_list\n"
+ " is not defined, a default single-entry list containing '@*'\n"
" is assumed.\n"
"#\n"
"Example\n"