]> sourceware.org Git - lvm2.git/commitdiff
Expect failure if the reduction doesn't really happen
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 24 Apr 2012 12:17:49 +0000 (12:17 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Tue, 24 Apr 2012 12:17:49 +0000 (12:17 +0000)
test/shell/lvresize-rounding.sh

index 3281bc8f3b6cb02eff63bc10faa06a6f90b782d0..ad8d9c06e53d8e46d56c9354704d63f545ed7ca1 100644 (file)
@@ -83,7 +83,7 @@ check vg_field $vg vg_free_count 3
 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
This page took 0.03696 seconds and 5 git commands to generate.