Searched refs:pooltype (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/grow_replicas/
H A Dgrow_replicas_001_pos.ksh63 for pooltype in "mirror" "raidz"; do
64 log_note "Creating pool type: $pooltype"
72 create_pool $TESTPOOL $pooltype ${DISK}s0 ${DISK}s1
76 create_pool $TESTPOOL $pooltype ${DISK0}s0 ${DISK1}s0
95 log_must zpool add $TESTPOOL $pooltype ${DISK}s3 ${DISK}s4
99 log_must zpool add $TESTPOOL $pooltype ${DISK2}s0 ${DISK3}s0
/illumos-gate/usr/src/test/zfs-tests/tests/functional/online_offline/
H A Donline_offline_002_neg.ksh81 pooltype='mirror'
82 zpool list -v $TESTPOOL | grep raidz >/dev/null 2>&1 && pooltype='raidz'
87 if [[ $pooltype = 'mirror' ]]; then
102 elif [[ $pooltype = 'raidz' ]]; then
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_005_pos.ksh61 set -A pooltype "" "mirror" "raidz" "raidz1" "raidz2"
90 while (( i < ${#pooltype[*]} )); do
95 log_must zpool create $opt $TESTPOOL ${pooltype[i]} \

Completed in 77 milliseconds