]> sourceware.org Git - lvm2.git/commitdiff
update pv_attr check for new missing attr
authorAlasdair Kergon <agk@redhat.com>
Thu, 30 Jun 2011 19:32:51 +0000 (19:32 +0000)
committerAlasdair Kergon <agk@redhat.com>
Thu, 30 Jun 2011 19:32:51 +0000 (19:32 +0000)
test/t-pvchange-usage.sh

index 7357c57b92959c732e62c5cf61ab9f3cc778911e..5b6f57621df09c4a24eb146562ebb8ec4b983ca8 100755 (executable)
@@ -30,9 +30,9 @@ do
 
 # "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 
This page took 0.033357 seconds and 5 git commands to generate.