[PATCH 0/2] generic/563: limit loop device size
Shin'ichiro Kawasaki <[email protected]> Sat, 25 Jul 2026 16:04:10 +0900
| Newsgroups | org.kernel.vger.fstests,org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <[email protected]> |
When SCRATCH_DEV is a large NVMe that takes long time for discard
operation, the test case generic/563 takes hours to complete for xfs.
To avoid this long test time, limit the size of the loop device created
on SCRATCH_DEV.
The first patch adds an optional argument to _create_loop_device().
The second patch enables the argument in generic/563.
Shin'ichiro Kawasaki (2):
common/rc: add argument to _create_loop_device() to specify device
size
generic/563: limit loop device size
common/rc | 5 ++++-
tests/generic/563 | 4 +++-
2 files changed, 7 insertions(+), 2 deletions(-)
--
2.54.0