Whamcloud - gitweb
mke2fs: do not set the BLOCK_UNINIT on groups has GDT
[tools/e2fsprogs.git] / tests / m_bigjournal / script
1 DESCRIPTION="journal over 4GB in size"
2 FS_SIZE=11000000
3 DUMPE2FS_IGNORE_80COL=1
4 export DUMPE2FS_IGNORE_80COL
5 MKE2FS_OPTS="-t ext4 -G 512 -N 1280 -J size=5000 -q -E lazy_journal_init,lazy_itable_init,nodiscard"
6 os=$(uname -s)
7 if [ "$os" = "Darwin" -o "$os" = "GNU" ]; then
8         # creates a 44GB filesystem
9         echo "$test_name: $DESCRIPTION: skipped for $os"
10         return 0
11 fi
12 . $cmd_dir/run_mke2fs
13 unset DUMPE2FS_IGNORE_80COL