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

Commit

Permalink
Revert "Change loop size to 4G in zfstests"
Browse files Browse the repository at this point in the history
Reverts #53. Until the issues uncovered by increasing this default value are resolved, openzfs/zfs#5714, this change must be reverted.
  • Loading branch information
behlendorf authored Jan 31, 2017
1 parent 3145978 commit 06575cd
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:-"4G"}
TEST_ZFSTESTS_DISKSIZE=${TEST_ZFSTESTS_SIZE:-"2G"}
TEST_ZFSTESTS_OPTIONS=${TEST_ZFSTESTS_OPTIONS:-"-vx"}
TEST_ZFSTESTS_RUNFILE=${TEST_ZFSTESTS_RUNFILE:-"$DEFAULT_ZFSTESTS_RUNFILE"}

Expand Down

0 comments on commit 06575cd

Please sign in to comment.