Blame SOURCES/0005-tests-Fix-t9041-undetected-in-use-16th-partition.patch

8b1fd4
From 6ed9c9e82ea6cfbee93a47e82e92a90abdb82343 Mon Sep 17 00:00:00 2001
8b1fd4
From: Cristian Klein <cristian.klein@elastisys.com>
8b1fd4
Date: Fri, 11 Dec 2020 22:19:26 +0100
8b1fd4
Subject: [PATCH 5/5] tests: Fix t9041-undetected-in-use-16th-partition
8b1fd4
8b1fd4
Sometimes fails with:
8b1fd4
```
8b1fd4
+ mkfs.ext3 /dev/sda15
8b1fd4
mke2fs 1.45.5 (07-Jan-2020)
8b1fd4
/dev/sda15: Not enough space to build proposed filesystem while setting up superblock
8b1fd4
```
8b1fd4
8b1fd4
Signed-off-by: Brian C. Lane <bcl@redhat.com>
8b1fd4
---
8b1fd4
 tests/t9041-undetected-in-use-16th-partition.sh | 2 +-
8b1fd4
 1 file changed, 1 insertion(+), 1 deletion(-)
8b1fd4
8b1fd4
diff --git a/tests/t9041-undetected-in-use-16th-partition.sh b/tests/t9041-undetected-in-use-16th-partition.sh
8b1fd4
index a4a3020..129bf15 100644
8b1fd4
--- a/tests/t9041-undetected-in-use-16th-partition.sh
8b1fd4
+++ b/tests/t9041-undetected-in-use-16th-partition.sh
8b1fd4
@@ -25,7 +25,7 @@ grep '^#define USE_BLKID 1' "$CONFIG_HEADER" > /dev/null ||
8b1fd4
   skip_ 'this system lacks a new-enough libblkid'
8b1fd4
 
8b1fd4
 ss=$sector_size_
8b1fd4
-partition_sectors=256  # sectors per partition
8b1fd4
+partition_sectors=512  # sectors per partition
8b1fd4
 n_partitions=17        # how many partitions to create
8b1fd4
 start=2048             # start sector for the first partition
8b1fd4
 gpt_slop=34            # sectors at end of disk reserved for GPT
8b1fd4
-- 
8b1fd4
2.26.2
8b1fd4