Home
last modified time | relevance | path

Searched refs:DISK_ARRAY_LIMIT (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmap/
H A Dmmap.cfg34 export DISK_ARRAY_LIMIT=4
51 (( i>$DISK_ARRAY_LIMIT )) && break
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create.cfg35 typeset -i DISK_ARRAY_LIMIT=4
37 while (( i < ${#disk_array[*]} && i <= $DISK_ARRAY_LIMIT )); do
/freebsd/tests/sys/cddl/zfs/tests/grow_pool/
H A Dgrow_pool.cfg29 export DISK_ARRAY_LIMIT=2
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_add/
H A Dzpool_add.cfg31 export DISK_ARRAY_LIMIT=4
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create.cfg31 export DISK_ARRAY_LIMIT=4
/freebsd/tests/sys/cddl/zfs/tests/zinject/
H A Dzinject.cfg38 export DISK_ARRAY_LIMIT=4
/freebsd/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib2018 [[ -z "$DISK_ARRAY_LIMIT" ]] && typeset -i DISK_ARRAY_LIMIT=5