"Darrick J. Wong" <djwong@xxxxxxxxxx> writes: > On Fri, Jan 19, 2024 at 02:57:45PM +0530, Ritesh Harjani (IBM) wrote: >> If we have filesystem with blocksize = 64k, then the falloc value will >> be huge which makes fallocate fail hence causing the test to fail. >> Instead make the testcase "_notrun" if the fallocate itself fails. > > How much space is it asking for? ~5451.33 GB for 64k bs v/s ~1.29GB for 4k. Let me modify the patch to also print the requested falloc size in GB. That will be much better. -ritesh