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)
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]

diff --git a/lustre/tests/ext2_10000.gz b/lustre/tests/ext2_10000.gz
new file mode 100644 (file)
index 0000000..542850a
Binary files /dev/null and b/lustre/tests/ext2_10000.gz differ
diff --git a/lustre/tests/ext2_25000.gz b/lustre/tests/ext2_25000.gz
new file mode 100644 (file)
index 0000000..122ed79
Binary files /dev/null and b/lustre/tests/ext2_25000.gz differ
diff --git a/lustre/tests/ext3_10000.gz b/lustre/tests/ext3_10000.gz
new file mode 100644 (file)
index 0000000..b372fbd
Binary files /dev/null and b/lustre/tests/ext3_10000.gz differ