]> www.infradead.org Git - users/hch/blktests.git/commit
nvme/012 & 013: avoid extremely slow xfs IO
authorMing Lei <ming.lei@redhat.com>
Mon, 15 Apr 2019 01:22:29 +0000 (09:22 +0800)
committerOmar Sandoval <osandov@fb.com>
Wed, 17 Apr 2019 21:41:39 +0000 (14:41 -0700)
commit0ee7ebae6324a173fc3ac0d994e810bf4817ee70
tree19e9fc19adbbad8baa07b44f6ce07314bbcc63c0
parent0a65ba5bd97eef67f792f96a027b31381a3498da
nvme/012 & 013: avoid extremely slow xfs IO

It is observed that nvme/012 may take ~17 minutes to complete on aarch64,
even worse it may trigger IO timeout on nvme-loop.

Eric and Dave replied that it is because of too small log size on small
disk.

So pass '-l size=32m' to avoid the issue.

With this patch, nvme/012 can be completed in one minute.

Cc: Eric Sandeen <esandeen@redhat.com>
Cc: Dave Chinner <dchinner@redhat.com>
Cc: "Darrick J. Wong" <darrick.wong@oracle.com>
Cc: linux-xfs@vger.kernel.org
Signed-off-by: Ming Lei <ming.lei@redhat.com>
tests/nvme/012
tests/nvme/013