]> git.ipfire.org Git - thirdparty/systemd.git/commit
resize-fs: Put minimal ext4 size in the same ballpark as the other filesystems 33842/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 25 Jul 2024 11:22:42 +0000 (13:22 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 26 Jul 2024 06:27:24 +0000 (08:27 +0200)
commitae07feb401ff70b122650ac01041021703d4b8ad
tree38ea3362214efb6ad96dc8ebb6c733b28a12deb9
parentebe17e3f9e6f6b7a85677fc10439936b41d196e3
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.
src/shared/resize-fs.h
test/units/TEST-58-REPART.sh
test/units/TEST-70-TPM2.cryptsetup.sh