All of lore.kernel.org
 help / color / mirror / Atom feed
* master - cleanup: make the message about marked PVs consistent with the others
@ 2016-02-15 14:20 Peter Rajnoha
  0 siblings, 0 replies; only message in thread
From: Peter Rajnoha @ 2016-02-15 14:20 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=099d99975c25ba4f4c0593b778c95e7e185fd527
Commit:        099d99975c25ba4f4c0593b778c95e7e185fd527
Parent:        cc9e683adcb6c56332d708baf02dec63eba4fba9
Author:        Peter Rajnoha <prajnoha@redhat.com>
AuthorDate:    Mon Feb 15 15:20:23 2016 +0100
Committer:     Peter Rajnoha <prajnoha@redhat.com>
CommitterDate: Mon Feb 15 15:20:23 2016 +0100

cleanup: make the message about marked PVs consistent with the others

---
 tools/toollib.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/toollib.c b/tools/toollib.c
index 1bdc113..22c38a1 100644
--- a/tools/toollib.c
+++ b/tools/toollib.c
@@ -3068,7 +3068,7 @@ static int _process_pvs_in_vg(struct cmd_context *cmd,
 		pv_name = pv_dev_name(pv);
 
 		if (cmd->system_id && is_orphan(pv) && is_used_pv(pv)) {
-			log_verbose("PV %s is belonging to a VG but its metadata is missing.", pv_name);
+			log_verbose("PV %s is marked as belonging to a VG but its metadata is missing.", pv_name);
 			log_verbose("Skipping PV %s because it's not possible to decide whether it matches system id.", pv_name);
 			continue;
 		}



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-15 14:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-15 14:20 master - cleanup: make the message about marked PVs consistent with the others Peter Rajnoha

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.