File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tests/zfs-tests/tests/functional Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ log_assert "'zpool add <pool> <vdev> ...' can add devices to the pool."
55
55
56
56
log_onexit cleanup
57
57
58
- set -A keywords " " " mirror" " raidz" " raidz1" " anyraid " " anymirror1" " anymirror2" " anymirror3" " draid:1s" " draid1:1s" " spare"
58
+ set -A keywords " " " mirror" " raidz" " raidz1" " anymirror " " anymirror1" " anymirror2" " anymirror3" " draid:1s" " draid1:1s" " spare"
59
59
60
60
create_sparse_files " disk" 4 $MINVDEVSIZE2
61
61
create_sparse_files " extradisk" 4 $MINVDEVSIZE2
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ zed_events_drain
57
57
TESTFILE=" /$TESTPOOL /$TESTFS /testfile"
58
58
59
59
for type in " mirror" " raidz" " raidz2" " draid:1s" " anymirror1" " anymirror2" " anymirror3" ; do
60
- if [[ " $type " =~ " anyraid " ]]; then
60
+ if [[ " $type " =~ " anymirror " ]]; then
61
61
export VDEVSIZE=1073741824
62
62
export TESTFILE_SIZE=268435456
63
63
else
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ for type in "" "mirror" "anymirror0" "anymirror1" "anymirror2" "anymirror3" "rai
91
91
VDEVS=" $TRIM_VDEV1 $TRIM_VDEV2 $TRIM_VDEV3 $TRIM_VDEV4 "
92
92
fi
93
93
94
- if [[ " $type " =~ " anyraid " ]]; then
94
+ if [[ " $type " =~ " anymirror " ]]; then
95
95
# The AnyRAID VDEV takes some space for the mapping itself
96
96
VDEV_MAX_MB=$(( floor(3 * MINVDEVSIZE * 0 .75 / 1024 / 1024 ) ))
97
97
VDEV_MIN_MB=$(( floor(3 * MINVDEVSIZE * 0 .30 / 1024 / 1024 ) ))
You can’t perform that action at this time.
0 commit comments