1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

conf: fix 'the volume list' vs 'volume list' and '@*'

This commit is contained in:
Peter Rajnoha 2016-01-13 15:47:26 +01:00
parent 9a81881965
commit 939d296525
2 changed files with 12 additions and 12 deletions

View File

@ -1108,8 +1108,8 @@ activation {
# or VG. # or VG.
# @* # @*
# Selects an LV if a tag defined on the host is also set on the LV # 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 # or VG. See tags/hosttags. If any host tags exist but volume_list
# list is not defined, a default single-entry list containing '@*' # is not defined, a default single-entry list containing '@*'
# is assumed. # is assumed.
# #
# Example # Example
@ -1145,8 +1145,8 @@ activation {
# or VG. # or VG.
# @* # @*
# Selects an LV if a tag defined on the host is also set on the LV # 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 # or VG. See tags/hosttags. If any host tags exist but volume_list
# list is not defined, a default single-entry list containing '@*' # is not defined, a default single-entry list containing '@*'
# is assumed. # is assumed.
# #
# Example # Example
@ -1171,8 +1171,8 @@ activation {
# or VG. # or VG.
# @* # @*
# Selects an LV if a tag defined on the host is also set on the LV # 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 # or VG. See tags/hosttags. If any host tags exist but volume_list
# list is not defined, a default single-entry list containing '@*' # is not defined, a default single-entry list containing '@*'
# is assumed. # is assumed.
# #
# Example # Example

View File

@ -1066,8 +1066,8 @@ cfg_array(activation_volume_list_CFG, "volume_list", activation_CFG_SECTION, CFG
" or VG.\n" " or VG.\n"
" @*\n" " @*\n"
" Selects an LV if a tag defined on the host is also set on the LV\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" " or VG. See tags/hosttags. If any host tags exist but volume_list\n"
" list is not defined, a default single-entry list containing '@*'\n" " is not defined, a default single-entry list containing '@*'\n"
" is assumed.\n" " is assumed.\n"
"#\n" "#\n"
"Example\n" "Example\n"
@ -1102,8 +1102,8 @@ cfg_array(activation_auto_activation_volume_list_CFG, "auto_activation_volume_li
" or VG.\n" " or VG.\n"
" @*\n" " @*\n"
" Selects an LV if a tag defined on the host is also set on the LV\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" " or VG. See tags/hosttags. If any host tags exist but volume_list\n"
" list is not defined, a default single-entry list containing '@*'\n" " is not defined, a default single-entry list containing '@*'\n"
" is assumed.\n" " is assumed.\n"
"#\n" "#\n"
"Example\n" "Example\n"
@ -1127,8 +1127,8 @@ cfg_array(activation_read_only_volume_list_CFG, "read_only_volume_list", activat
" or VG.\n" " or VG.\n"
" @*\n" " @*\n"
" Selects an LV if a tag defined on the host is also set on the LV\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" " or VG. See tags/hosttags. If any host tags exist but volume_list\n"
" list is not defined, a default single-entry list containing '@*'\n" " is not defined, a default single-entry list containing '@*'\n"
" is assumed.\n" " is assumed.\n"
"#\n" "#\n"
"Example\n" "Example\n"