mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
Expect failure if the reduction doesn't really happen
This commit is contained in:
parent
d057cc445d
commit
7ff84d5269
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user