mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: fix test for fsadm
Avoid mountinfo Pass 'y' - since ATM lvresize cannot pass --yes to fsadm.
This commit is contained in:
parent
1fe4f80e45
commit
5e8beb4023
@ -73,7 +73,7 @@ mount | grep $vg
|
||||
# fails on renamed LV
|
||||
fail lvresize -L+10M -r $vg_lv_ren
|
||||
|
||||
# fials on unknown mountpoint (FIXME: umount)
|
||||
# fails on unknown mountpoint (FIXME: umount)
|
||||
not umount "$dev_vg_lv"
|
||||
|
||||
lvcreate -L20 -n $lv1 $vg
|
||||
@ -81,13 +81,14 @@ lvcreate -L20 -n $lv1 $vg
|
||||
|
||||
mount "$dev_vg_lv" "$mount_dolar_dir"
|
||||
|
||||
cat /proc/self/mountinfo
|
||||
mount | grep $vg
|
||||
|
||||
not lvresize -L+10M -r $vg_lv_ren
|
||||
|
||||
umount "$mount_dir"
|
||||
|
||||
lvresize -L+10M -r $vg_lv
|
||||
# FIXME: lvresize CANNOT handle/propagage '--yes' to fsadm
|
||||
echo y | lvresize -L+10M -vvvv -r $vg_lv
|
||||
|
||||
umount "$mount_dolar_dir"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user