Whamcloud - gitweb
mke2fs: add test for large journal with lazy init
authorAndreas Dilger <adilger@whamcloud.com>
Sat, 11 Jun 2011 16:17:29 +0000 (12:17 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 11 Jun 2011 16:19:25 +0000 (12:19 -0400)
commitec508342030da1382828faa211280bc41d94a600
tree937e39385585ea40d0df6ac6ccd0788a98b71faf
parent6c54689fadc3fe0b0bcae2cc93946cb7a28b9f15
mke2fs: add test for large journal with lazy init

Add test for internal journal over 4GB in size, using the
lazy_journal_init and lazy_itable_init features.  Otherwise
the filesystem metadata would be too large to reliably run on
test systems, and take too long to create/check the filesystem.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
tests/m_bigjournal/expect.1 [new file with mode: 0644]
tests/m_bigjournal/script [new file with mode: 0644]