[lvm-devel] LVM2/test/shell lvresize-rounding.sh

zkabelac at sourceware.org zkabelac at sourceware.org
Tue Apr 24 12:17:50 UTC 2012


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at sourceware.org	2012-04-24 12:17:49

Modified files:
	test/shell     : lvresize-rounding.sh 

Log message:
	Expect failure if the reduction doesn't really happen

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/shell/lvresize-rounding.sh.diff?cvsroot=lvm2&r1=1.3&r2=1.4

--- LVM2/test/shell/lvresize-rounding.sh	2012/04/11 12:53:46	1.3
+++ LVM2/test/shell/lvresize-rounding.sh	2012/04/24 12:17:49	1.4
@@ -83,7 +83,7 @@
 lvextend -l90%VG $vg/lv
 check vg_field $vg vg_free_count 0
 
-lvreduce -f -l-10%LV $vg/lv
+not lvreduce -f -l-10%LV $vg/lv
 check vg_field $vg vg_free_count 0
 
 lvreduce -f -l-20%LV $vg/lv




More information about the lvm-devel mailing list