This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/lib/metadata merge.c


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@sourceware.org	2011-09-29 09:03:36

Modified files:
	lib/metadata   : merge.c 

Log message:
	Fix bad error message for thinp validation

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/metadata/merge.c.diff?cvsroot=lvm2&r1=1.50&r2=1.51

--- LVM2/lib/metadata/merge.c	2011/09/29 08:56:39	1.50
+++ LVM2/lib/metadata/merge.c	2011/09/29 09:03:36	1.51
@@ -239,7 +239,7 @@
 				}
 
 				if (seg->device_id >= (1 << 24)) {
-					log_error("LV %s: thin volume segment %u pool LV to large device id %d",
+					log_error("LV %s: thin volume segment %u has too large device id %d",
 						  lv->name, seg_count, seg->device_id);
 					inc_error_count;
 				}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]