Whamcloud - gitweb
Empty filesystems for creating tests. Using these is _much_ faster than
authoradilger <adilger>
Tue, 26 Mar 2002 21:14:06 +0000 (21:14 +0000)
committeradilger <adilger>
Tue, 26 Mar 2002 21:14:06 +0000 (21:14 +0000)
commit37f553a06d05c0314ab2a2751b681529dd301b43
tree3eabf0b185ee63d759ff35f9a106fd4becdc50c5
parent7e786f1b4cecde7c044a232e20944917f18620a2
Empty filesystems for creating tests.  Using these is _much_ faster than
using "dd" to create an empty file and then mkfs to create the filesystem.
They are also highly compressed (1000:1) so they don't use much space.

The new_fs() helper in common.sh will use these files instead of dd+mkfs
if they match the parameters given to new_fs().
lustre/tests/ext2_10000.gz [new file with mode: 0644]
lustre/tests/ext2_25000.gz [new file with mode: 0644]
lustre/tests/ext3_10000.gz [new file with mode: 0644]