[lvm-devel] LVM2/test t-pvchange-usage.sh

agk at sourceware.org agk at sourceware.org
Thu Jun 30 19:32:52 UTC 2011


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	agk at sourceware.org	2011-06-30 19:32:51

Modified files:
	test           : t-pvchange-usage.sh 

Log message:
	update pv_attr check for new missing attr

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/t-pvchange-usage.sh.diff?cvsroot=lvm2&r1=1.6&r2=1.7

--- LVM2/test/t-pvchange-usage.sh	2011/01/05 00:16:20	1.6
+++ LVM2/test/t-pvchange-usage.sh	2011/06/30 19:32:51	1.7
@@ -30,9 +30,9 @@
 
 # "vgchange disable/enable allocation for pvs with metadatacopies = $mda (bz452982)"
 	pvchange $dev1 -x n 
-	check pv_field $dev1 pv_attr  --  
+	check pv_field $dev1 pv_attr  ---
 	pvchange $dev1 -x y 
-	check pv_field $dev1 pv_attr  a- 
+	check pv_field $dev1 pv_attr  a--
 
 # 'remove pv'
 	vgremove $vg1 




More information about the lvm-devel mailing list