[lvm-devel] LVM2/lib/metadata mirror.c

agk at sourceware.org agk at sourceware.org
Wed Jan 16 19:50:23 UTC 2008


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk at sourceware.org	2008-01-16 19:50:23

Modified files:
	lib/metadata   : mirror.c 

Log message:
	adjust mirror log error message

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/metadata/mirror.c.diff?cvsroot=lvm2&r1=1.58&r2=1.59

--- LVM2/lib/metadata/mirror.c	2008/01/16 19:38:39	1.58
+++ LVM2/lib/metadata/mirror.c	2008/01/16 19:50:23	1.59
@@ -1187,7 +1187,7 @@
 			      0, 0, log_count, 0,
 			      allocatable_pvs, alloc, parallel_areas);
 	if (!ah) {
-		log_error("Unable to allocate temporary LV for pvmove.");
+		log_error("Unable to allocate extents for mirror log.");
 		return 0;
 	}
 




More information about the lvm-devel mailing list