On Thu, Jul 28, 2022 at 11:17:15AM -0700, Darrick J. Wong wrote: > +SCRATCH_DEV=$metadump_img _scratch_xfs_repair -n &>> $seqres.full || \ > + echo "xfs_repair on restored fs returned $?" Wouldn;t it make more sense to have a version of _scratch_xfs_repair rather than doing a somewhat unexpected override of this global variable?