mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
tests: add fsck before resize2fs
This commit is contained in:
parent
ac25dd9be6
commit
9b23ff5d50
@ -139,6 +139,7 @@ dd if=/dev/zero of="$mount_dir/zeros1" bs=1M count=10 oflag=direct
|
|||||||
df --output=size "$mount_dir" |tee df1
|
df --output=size "$mount_dir" |tee df1
|
||||||
# resize only the fs (to 256M), not the crypt dev or LV
|
# resize only the fs (to 256M), not the crypt dev or LV
|
||||||
umount "$mount_dir"
|
umount "$mount_dir"
|
||||||
|
fsck -n /dev/mapper/$cr
|
||||||
resize2fs /dev/mapper/$cr 262144k
|
resize2fs /dev/mapper/$cr 262144k
|
||||||
mount /dev/mapper/$cr "$mount_dir"
|
mount /dev/mapper/$cr "$mount_dir"
|
||||||
# this lvresize will not resize the fs (which is already reduced
|
# this lvresize will not resize the fs (which is already reduced
|
||||||
|
Loading…
x
Reference in New Issue
Block a user