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

Addendum for previous patch - show VG/LV name everywhere so the messages

are consistent.
This commit is contained in:
Peter Rajnoha 2010-07-12 12:38:35 +00:00
parent fefa43235f
commit 3122f963b0

View File

@ -263,7 +263,8 @@ static int _passes_activation_filter(struct cmd_context *cmd,
if (!(cn = find_config_tree_node(cmd, "activation/volume_list"))) {
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 (dm_list_empty(&cmd->tags))