Message ID | 20240112050833.2255899-5-hch@lst.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/4] xfs: check that the mountpoint is actually mounted in _supports_xfs_scrub | expand |
On Fri, Jan 12, 2024 at 06:08:33AM +0100, Christoph Hellwig wrote: > Call _scratch_require_xfs_scrub so that the test is _notrun on kernels > without online scrub support. > > Signed-off-by: Christoph Hellwig <hch@lst.de> With whatever name we picked for the helper, Reviewed-by: Darrick J. Wong <djwong@kernel.org> --D > --- > tests/xfs/506 | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tests/xfs/506 b/tests/xfs/506 > index 157dac293..b6ef484a5 100755 > --- a/tests/xfs/506 > +++ b/tests/xfs/506 > @@ -21,6 +21,9 @@ _require_xfs_spaceman_command "health" > > _scratch_mkfs > $seqres.full 2>&1 > _scratch_mount > + > +_scratch_require_xfs_scrub > + > _scratch_cycle_mount # make sure we haven't run quotacheck on this mount > > # Haven't checked anything, it should tell us to run scrub > -- > 2.39.2 > >
diff --git a/tests/xfs/506 b/tests/xfs/506 index 157dac293..b6ef484a5 100755 --- a/tests/xfs/506 +++ b/tests/xfs/506 @@ -21,6 +21,9 @@ _require_xfs_spaceman_command "health" _scratch_mkfs > $seqres.full 2>&1 _scratch_mount + +_scratch_require_xfs_scrub + _scratch_cycle_mount # make sure we haven't run quotacheck on this mount # Haven't checked anything, it should tell us to run scrub
Call _scratch_require_xfs_scrub so that the test is _notrun on kernels without online scrub support. Signed-off-by: Christoph Hellwig <hch@lst.de> --- tests/xfs/506 | 3 +++ 1 file changed, 3 insertions(+)