mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: check fsadm with missing filesystem
This commit is contained in:
parent
28865f971e
commit
2151b71819
@ -99,6 +99,10 @@ fsadm
|
||||
# check needs arg
|
||||
not fsadm check
|
||||
|
||||
# check needs arg
|
||||
not fsadm resize "$dev_vg_lv" 30M |& tee out
|
||||
grep "Cannot get FSTYPE" out
|
||||
|
||||
if check_missing ext2; then
|
||||
mkfs.ext2 -b4096 -j "$dev_vg_lv"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user