tweak 'full' disk image to avoid #2214342

With the new 2G EFI system partition size, the delete_partial
test that uses this disk image is failing. We've reported the
bug, but we don't want the test to fail the same way every day,
we want to catch any other bugs that show up. Tweaking the disk
image so it has a 6G and a 4G partition (instead of two 5G
partitions) and the test uses the 6G partition seems to work
around the problem, so let's do that.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-06-19 12:15:41 +02:00
parent eb89036461
commit c946801df6
1 changed files with 2 additions and 2 deletions

View File

@ -9,12 +9,12 @@
"filesystem" : "ext4",
"type" : "p",
"start" : "4096",
"end" : "10485760"
"end" : "12582093"
},
{
"filesystem" : "ext4",
"type" : "p",
"start" : "10485761",
"start" : "12582094",
"end" : "-4097"
}
],