Commit 87270c81 authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

others/mnt-ext-dev: Force mke2fs to create a filesystem

It's required because we specify a file instead of a block device.
Signed-off-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent fc10a409
......@@ -6,7 +6,7 @@ python ../../zdtm.py run -t zdtm/static/env00 --iter 0 -f ns
truncate -s 0 zdtm.loop
truncate -s 50M zdtm.loop
mkfs.ext4 zdtm.loop
mkfs.ext4 -F zdtm.loop
dev=`losetup --find --show zdtm.loop`
mkdir -p ../../dev
cp -ap $dev ../../dev
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment