1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-21 22:04:19 +03:00

tests: lvresize needs --yes

This commit is contained in:
Zdenek Kabelac 2017-06-21 13:58:55 +02:00
parent e3f63693a4
commit 93fbfa2ed3

View File

@ -131,6 +131,7 @@ if check_missing ext3; then
not fsadm -y --lvresize resize $vg_lv 4M not fsadm -y --lvresize resize $vg_lv 4M
echo n | not lvresize -L4M -r -n $vg_lv echo n | not lvresize -L4M -r -n $vg_lv
lvresize -L+20M -r -n $vg_lv lvresize -L+20M -r -n $vg_lv
lvresize -L-10M -r -y $vg_lv
umount "$mount_dir" umount "$mount_dir"
umount "$mount_space_dir" umount "$mount_space_dir"
fscheck_ext3 fscheck_ext3