]> sourceware.org Git - lvm2.git/commitdiff
Addendum for previous patch - show VG/LV name everywhere so the messages
authorPeter Rajnoha <prajnoha@redhat.com>
Mon, 12 Jul 2010 12:38:35 +0000 (12:38 +0000)
committerPeter Rajnoha <prajnoha@redhat.com>
Mon, 12 Jul 2010 12:38:35 +0000 (12:38 +0000)
are consistent.

lib/activate/activate.c

index f424d11e9bbaf83577c2c7548ad3979413884542..c3ed89eb730c22869742b428c9557c690cea8959 100644 (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))
This page took 0.039649 seconds and 5 git commands to generate.