]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
With the recent change for reliability with 64k page size
authorDave Chinner <dgc@sgi.com>
Thu, 15 May 2008 16:36:40 +0000 (16:36 +0000)
committerDave Chinner <dgc@sgi.com>
Thu, 15 May 2008 16:36:40 +0000 (16:36 +0000)
commit60f3da6dc9895352d9e93a4943bab75d5cedacc6
tree59d5df552fa470d30eaf41ba0dee374938bde1d1
parent38e49e4e1527a36e0320352526e3db6ad1839bc7
With the recent change for reliability with 64k page size
made to test 008,the file sizes got much larger. It appears
that randholes actually reads the entire file, so this has
slowed the test down by a factor of ten (all file sizes
were increased by 10x). This means the test is now taking
about 18 minutes to run on a UML session, and all the time
is spent reading the files.

Instead, scale the file size based on the page size. We know
how many holes we are trying to produce and the I/O size
being used to produce them, so the size of the files can be
finely tuned. Assuming a decent random distribution, if the
number of blocks in the file is 4x the page size and the
I/O size is page sized, this means that every I/O should
generate a new hole and we'll only get a small amount of
adjacent extents. This has passed over 10 times on ia64
w/ 64k page and another 15 times on UML with 4k page.

UML runtime is down from ~1000s to 5s, ia64 runtime is down from
~30s to 7s.
Merge of master-melb:xfs-cmds:31168a by kenmcd.

  Greatly reduce runtime by reducing filesizes down to sane minimum.
008
008.out