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"