Searched refs:VDEV (Results 1 - 25 of 85) sorted by relevance

1234

/freebsd-13-stable/tests/sys/cddl/zfs/tests/cache/
H A Dsetup.ksh36 if [[ -d $VDEV ]]; then
43 log_must create_vdevs $VDEV $VDEV2
H A Dcache_004_neg.ksh65 log_must $ZPOOL create $TESTPOOL $type $VDEV \
H A Dcache_007_neg.ksh66 log_mustnot $ZPOOL create $TESTPOOL $type $VDEV \
H A Dcache_008_neg.ksh67 log_must $ZPOOL create $TESTPOOL $type $VDEV \
H A Dcache_011_pos.ksh71 log_must $ZPOOL create $TESTPOOL $type $VDEV \
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/
H A Dbootfs_002_neg.ksh62 if [[ -f $VDEV ]]; then
63 log_must rm -f $VDEV
77 typeset VDEV=$TESTDIR/bootfs_002_neg_a.$$.dat
79 log_must mkfile 400m $VDEV
80 create_pool "$TESTPOOL" "$VDEV"
H A Dbootfs_008_pos.ksh54 if [[ -f $VDEV ]]; then
55 log_must rm -f $VDEV
62 typeset VDEV=$TEST_BASE_DIR/bootfs_008_pos_a.$$.dat
68 log_must mkfile $MINVDEVSIZE $VDEV
69 log_must zpool create $TESTPOOL $VDEV
H A Dbootfs_001_pos.ksh57 if [[ -f $VDEV ]]; then
58 log_must rm -f $VDEV
71 typeset VDEV=$TESTDIR/bootfs_001_pos_a.$$.dat
73 log_must mkfile $MINVDEVSIZE $VDEV
74 create_pool "$TESTPOOL" "$VDEV"
/freebsd-13-stable/tests/sys/cddl/zfs/tests/bootfs/
H A Dbootfs_008_neg.ksh67 if [[ -f $VDEV ]]; then
68 log_must $RM -f $VDEV
75 typeset VDEV=$TMPDIR/bootfs_008_neg_a.${TESTCASE_ID}.dat
81 log_must create_vdevs $VDEV
82 log_must $ZPOOL create $TESTPOOL $VDEV
H A Dbootfs_004_neg.ksh63 typeset VDEV=$TMPDIR/bootfs_004.${TESTCASE_ID}.dat
71 $RM $VDEV
97 create_vdevs $VDEV
103 log_mustnot $ZPOOL create $POOL $VDEV
H A Dbootfs_001_pos.ksh63 if [[ -f $VDEV ]]; then
64 log_must $RM -f $VDEV
77 typeset VDEV=$TMPDIR/bootfs_001_pos_a.${TESTCASE_ID}.dat
79 log_must create_vdevs $VDEV
80 create_pool "$TESTPOOL" "$VDEV"
H A Dbootfs_003_pos.ksh62 typeset VDEV=$TMPDIR/bootfs_003.${TESTCASE_ID}.dat
70 $RM $VDEV
83 create_vdevs $VDEV
90 log_must $ZPOOL create $POOL $VDEV
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_set/
H A Dzpool_set_003_neg.ksh81 VDEV=$TMPDIR/zpool_set_003.${TESTCASE_ID}.vdev
82 log_must create_vdevs $VDEV
83 log_must $ZPOOL create $TESTPOOL $VDEV
H A Dzpool_set_002_neg.ksh126 VDEV=$TMPDIR/zpool_set_002.${TESTCASE_ID}.vdev
127 log_must create_vdevs $VDEV
128 log_must $ZPOOL create bootfs $VDEV
/freebsd-13-stable/tests/sys/cddl/zfs/tests/slog/
H A Dsetup.ksh36 if [[ -d $VDEV ]]; then
43 log_must create_vdevs $VDEV $SDEV $LDEV $VDEV2 $SDEV2 $LDEV2
H A Dslog_001_pos.ksh69 create_pool $TESTPOOL $pooltype $VDEV $sparetype $SDEV log $logtype $LDEV
H A Dslog_002_pos.ksh66 create_pool $TESTPOOL $pooltype $VDEV $sparetype $SDEV
H A Dslog_008_neg.ksh68 log_mustnot $ZPOOL create $TESTPOOL $type $VDEV \
H A Dslog_009_neg.ksh70 create_pool $TESTPOOL $pooltype $VDEV $sparetype $SDEV $logtype $LDEV
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/l2arc/
H A Dl2arc.cfg25 export VDEV="$VDIR/a"
H A Dsetup.ksh27 log_must mkfile $SIZE $VDEV
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cache/
H A Dsetup.ksh39 log_must mkfile $SIZE $VDEV $VDEV2
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/compression/
H A Dl2arc_compressed_arc.ksh27 export VDEV="$VDIR/a"
74 log_must mkfile $SIZE $VDEV
82 log_must zpool create -O compression=lz4 -f $TESTPOOL-l2arc $VDEV cache $VDEV_CACHE
H A Dl2arc_compressed_arc_disabled.ksh27 export VDEV="$VDIR/a"
71 log_must mkfile $SIZE $VDEV
82 log_must zpool create -O compression=lz4 -f $TESTPOOL-l2arc $VDEV cache $VDEV_CACHE
H A Dl2arc_encrypted.ksh27 export VDEV="$VDIR/a"
75 log_must mkfile $SIZE $VDEV
83 log_must zpool create -O compression=zstd -f $TESTPOOL-l2arc $VDEV cache $VDEV_CACHE

Completed in 286 milliseconds

1234