mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
Addendum for previous patch - show VG/LV name everywhere so the messages
are consistent.
This commit is contained in:
parent
fefa43235f
commit
3122f963b0
@ -263,7 +263,8 @@ static int _passes_activation_filter(struct cmd_context *cmd,
|
|||||||
|
|
||||||
if (!(cn = find_config_tree_node(cmd, "activation/volume_list"))) {
|
if (!(cn = find_config_tree_node(cmd, "activation/volume_list"))) {
|
||||||
log_verbose("activation/volume_list configuration setting "
|
log_verbose("activation/volume_list configuration setting "
|
||||||
"not defined, checking host tags only");
|
"not defined, checking only host tags for %s/%s",
|
||||||
|
lv->vg->name, lv->name);
|
||||||
|
|
||||||
/* If no host tags defined, activate */
|
/* If no host tags defined, activate */
|
||||||
if (dm_list_empty(&cmd->tags))
|
if (dm_list_empty(&cmd->tags))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user