Current online resizing with resize2fs in e2fsprogs 1.43.5, it will trigger the following warning and then exit: Resizing bigalloc file systems has not been fully tested. Proceed at your own risk! Use the force option if you want to go ahead anyway. But ANCK 4.19 kernel actually supports this feature. If we use -f to force resizing, it may also bypass other checks as well, which may bring risk. This warning has been removed in e2fsprogs 1.44.0, but as of now we don't want to bother e2fsprogs version, so the best way is to cherry pick the related patch. After analyzing, the following 2 patches will be cherry-picked: b636e0cb04d6 resize2fs: remove bigalloc warning for online resizing 37e7426debda resize2fs: fix free blocks count sanity check for 64-bit file systems
https://gitee.com/src-anolis-os/e2fsprogs/pulls/15
merged