]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic/474: shift target directory to a sub-dir of SCRATCH_MNT
authorZorro Lang <zlang@redhat.com>
Wed, 2 Jan 2019 04:03:18 +0000 (12:03 +0800)
committerEryu Guan <guaneryu@gmail.com>
Sun, 6 Jan 2019 14:02:53 +0000 (22:02 +0800)
commit6dbca6feb9ff5fdb7ff9866b538221f808a452e1
treeedb5a45dcab5921eb860f9d65e06f643acb56b2f
parent46c1a950e3756ce0a486fbc7590aaf1953140322
generic/474: shift target directory to a sub-dir of SCRATCH_MNT

If testing on large fs (--large-fs option), there's a huge size
.use_space file in $SCRATCH_MNT, then `fssum $SCRATCH_MNT` trys to
read whole huge file. That's wasting time, so change the target path
to a sub-dir of $SCRATCH_MNT.

Signed-off-by: Zorro Lang <zlang@redhat.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/generic/474