Linux XFS filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/2] generic/563: limit loop device size
@ 2026-07-25  7:04 Shin'ichiro Kawasaki
  2026-07-25  7:04 ` [PATCH 1/2] common/rc: add argument to _create_loop_device() to specify " Shin'ichiro Kawasaki
  2026-07-25  7:04 ` [PATCH 2/2] generic/563: limit loop " Shin'ichiro Kawasaki
  0 siblings, 2 replies; 5+ messages in thread
From: Shin'ichiro Kawasaki @ 2026-07-25  7:04 UTC (permalink / raw)
  To: fstests, Zorro Lang
  Cc: linux-xfs, Christoph Hellwig, Shin'ichiro Kawasaki

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-07-28  3:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-25  7:04 [PATCH 0/2] generic/563: limit loop device size Shin'ichiro Kawasaki
2026-07-25  7:04 ` [PATCH 1/2] common/rc: add argument to _create_loop_device() to specify " Shin'ichiro Kawasaki
2026-07-28  3:09   ` Christoph Hellwig
2026-07-25  7:04 ` [PATCH 2/2] generic/563: limit loop " Shin'ichiro Kawasaki
2026-07-28  3:10   ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox