On Wed, Feb 21, 2024 at 07:53:38AM -0800, Darrick J. Wong wrote: > Odd... this test only takes ~50s on my rt testing rig. > > _scratch_mkfs_sized should restrict the size of both the data device and > the rt volume to 256M, right? Looking at tot, it sets "-d size=$fssize" > and "-r size=$fssize", so I don't think I understand what's going on > here. You are right. I have some local patches that messed things up and increased the data device size based on paramters of the RT device in _scratch_mkfs_sized. I've fixed this up now.