Block file size adjustment for ubuntu_xfstests_*

Bug #2044426 reported by Po-Hsu Lin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ubuntu-kernel-tests
New
Undecided
Unassigned

Bug Description

After switching to use loop devices instead of a scratch drive for the test, we are now using 20G block file for the test.

However we are creating partitions over this size:
sudo parted $DEVICE mklabel -s gpt
sudo parted $DEVICE mkpart -s p1 $FS 1MiB 20000MiB
sudo parted $DEVICE mkpart -s p2 $FS 20001MiB 40000MiB
sudo parted $DEVICE mkpart -s p3 $FS 40001MiB 60000MiB
sudo parted $DEVICE mkpart -s p4 $FS 60001MiB 80000MiB
sudo parted $DEVICE mkpart -s p5 $FS 80001MiB 80500MiB
sudo parted $DEVICE mkpart -s p6 $FS 80501MiB 81000MiB

To do:
* We will need to at least adjust the block file size, preferably knowing why we need up to 81000MiB for the test.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.