resize-fs: Put minimal ext4 size in the same ballpark as the other filesystems
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 25 Jul 2024 11:22:42 +0000 (13:22 +0200)
committerLuca Boccassi <bluca@debian.org>
Thu, 15 Aug 2024 12:08:37 +0000 (13:08 +0100)
commit161286e989a497537f7f38741dfe722dc2762a2e
tree783ff68654f30f30c7fc066d95710c5bf39b99f3
parent64b63f6cd037325b2b7c44eb32a2f8bc18f26319
resize-fs: Put minimal ext4 size in the same ballpark as the other filesystems

TEST-46-HOMED fails on ext4 because the filesystem is deemed to small
for activation by cryptsetup. Let's bump the minimal filesystem size for
ext4 a bit to be in the same ballpark as ext4 and btrfs to avoid weird
errors due to impossibly small filesystems.

Also use U64_MB while we're touching this.

(cherry picked from commit ae07feb401ff70b122650ac01041021703d4b8ad)
src/shared/resize-fs.h
test/units/TEST-58-REPART.sh
test/units/TEST-70-TPM2.cryptsetup.sh