Home
last modified time | relevance | path

Searched refs:ZPOOL_DISKS (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class_012_pos.ksh36 typeset num_normal=$(echo $ZPOOL_DISKS | wc -w)
71 log_must zpool create $TESTPOOL $ZPOOL_DISKS \
118 typeset ZPOOL_DISKS=$ZPOOL_DISKS
119 for ZPOOL_DISKS in "$ZPOOL_DISKS" $ZPOOL_DISK0; do
H A Dalloc_class_002_neg.ksh34 log_mustnot zpool create $TESTPOOL raidz $ZPOOL_DISKS special $CLASS_DISK0
38 log_mustnot zpool create $TESTPOOL $ZPOOL_DISKS special mirror \
43 log_mustnot zpool create $TESTPOOL raidz $ZPOOL_DISKS special raidz \
H A Dalloc_class_015_pos.ksh34 $TESTPOOL raidz $ZPOOL_DISKS special mirror \
40 $TESTPOOL raidz $ZPOOL_DISKS special mirror \
H A Dalloc_class_009_pos.ksh56 log_must zpool create ${props} $TESTPOOL $type $ZPOOL_DISKS
59 log_must zpool create ${props} $TESTPOOL $type $ZPOOL_DISKS \
H A Dalloc_class.kshlib22 truncate -s $ZPOOL_DEVSIZE $ZPOOL_DISKS
28 rm -f $ZPOOL_DEVSIZE $ZPOOL_DISKS 2> /dev/null
H A Dalloc_class_014_neg.ksh34 $TESTPOOL raidz $ZPOOL_DISKS special mirror \
H A Dalloc_class_011_neg.ksh35 log_must zpool create $TESTPOOL raidz $ZPOOL_DISKS special mirror \
H A Dalloc_class_001_pos.ksh38 log_must zpool create $TESTPOOL raidz $ZPOOL_DISKS special mirror \
H A Dalloc_class_007_pos.ksh34 log_must zpool create $TESTPOOL raidz $ZPOOL_DISKS \
H A Dalloc_class_010_pos.ksh35 log_must zpool create $TESTPOOL raidz $ZPOOL_DISKS special mirror \
H A Dalloc_class_004_pos.ksh52 log_must zpool create $TESTPOOL $type $ZPOOL_DISKS \
H A Dalloc_class_005_pos.ksh42 log_must zpool create $TESTPOOL $type $ZPOOL_DISKS
H A Dalloc_class_008_pos.ksh49 log_must zpool create $TESTPOOL $type $ZPOOL_DISKS \
H A Dalloc_class_013_pos.ksh36 log_must zpool create $TESTPOOL $ZPOOL_DISKS dedup $CLASS_DISK0
H A Dalloc_class_003_pos.ksh36 log_must zpool create $TESTPOOL $type $ZPOOL_DISKS
H A Dalloc_class.cfg22 export ZPOOL_DISKS="${ZPOOL_DISK0} ${ZPOOL_DISK1} ${ZPOOL_DISK2}"