Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Change loop size to 4G for zfstests
Browse files Browse the repository at this point in the history
Required by openzfs/zfs#5679
  • Loading branch information
gmelikov authored and behlendorf committed Jan 31, 2017
1 parent 086913a commit f7cbff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bb-test-zfstests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ DEFAULT_ZFSTESTS_DISKS=${DEFAULT_ZFSTESTS_DISKS:-""}

TEST_ZFSTESTS_DIR=${TEST_ZFSTESTS_DIR:-"/mnt/"}
TEST_ZFSTESTS_DISKS=${TEST_ZFSTESTS_DISKS:-"$DEFAULT_ZFSTESTS_DISKS"}
TEST_ZFSTESTS_DISKSIZE=${TEST_ZFSTESTS_SIZE:-"2G"}
TEST_ZFSTESTS_DISKSIZE=${TEST_ZFSTESTS_SIZE:-"4G"}
TEST_ZFSTESTS_OPTIONS=${TEST_ZFSTESTS_OPTIONS:-"-vx"}
TEST_ZFSTESTS_RUNFILE=${TEST_ZFSTESTS_RUNFILE:-"$DEFAULT_ZFSTESTS_RUNFILE"}

Expand Down

0 comments on commit f7cbff1

Please sign in to comment.