On 5/11/23 07:09, Daniel Wagner wrote: > The usable capacity of the filesystem is less than the raw > partition/device size due to the additional meta/log data. > > Ensure that the job size for fio is not exceeding the limits. > > Because we have hard coded the path where we mount the filesystem > and don't want to expose this, we just update max size inside > _xfs_run_fio_verify_io(). No need to leak this into the caller. > > Signed-off-by: Daniel Wagner <dwagner@xxxxxxx> > --- > make sense for the xfs fio verify, looks good. Reviewed-by: Chaitanya Kulkarni <kch@xxxxxxxxxx> -ck