Home
last modified time | relevance | path

Searched refs:MINVDEVSIZE (Results 1 – 25 of 129) sorted by relevance

123456

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dsetup.ksh120 mkfile $MINVDEVSIZE $TEST_BASE_DIR/disk1.dat
121 mkfile $MINVDEVSIZE $TEST_BASE_DIR/disk2.dat
122 mkfile $MINVDEVSIZE $TEST_BASE_DIR/disk3.dat
123 mkfile $MINVDEVSIZE $TEST_BASE_DIR/disk-additional.dat
124 mkfile $MINVDEVSIZE $TEST_BASE_DIR/disk-export.dat
125 mkfile $MINVDEVSIZE $TEST_BASE_DIR/disk-offline.dat
126 mkfile $MINVDEVSIZE $TEST_BASE_DIR/disk-spare1.dat
127 mkfile $MINVDEVSIZE $TEST_BASE_DIR/disk-spare2.dat
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_with_indirect.ksh32 log_must mkfile $(($MINVDEVSIZE * 2)) $DISK1
33 log_must mkfile $(($MINVDEVSIZE * 2)) $DISK2
34 log_must mkfile $(($MINVDEVSIZE * 2)) $DISK3
35 log_must mkfile $(($MINVDEVSIZE * 2)) $DISK4
H A Dremove_expanded.ksh41 log_must truncate -s $MINVDEVSIZE $DISK0
42 log_must truncate -s $(($MINVDEVSIZE * 3)) $DISK1
43 log_must truncate -s $MINVDEVSIZE $DISK2
60 log_must truncate -s $(($MINVDEVSIZE * 2)) $DISK0
H A Dremoval_check_space.ksh26 log_must mkfile $MINVDEVSIZE $DISKDIR/dsk1
27 log_must mkfile $MINVDEVSIZE $DISKDIR/dsk2
42 count=$((MINVDEVSIZE / (1024 * 1024)))
H A Dremove_raidz.ksh26 log_must mkfile $MINVDEVSIZE $DISKDIR/dsk1
27 log_must mkfile $MINVDEVSIZE $DISKDIR/dsk2
28 log_must mkfile $MINVDEVSIZE $DISKDIR/dsk3
H A Dremove_mirror.ksh31 log_must mkfile $(($MINVDEVSIZE * 2)) $DISK1
32 log_must mkfile $(($MINVDEVSIZE * 2)) $DISK2
33 log_must mkfile $(($MINVDEVSIZE * 2)) $DISK3
H A Dremoval_with_faulted.ksh73 log_must truncate -s $MINVDEVSIZE $DISK0 $DISK1
74 log_must truncate -s $((MINVDEVSIZE * 4)) $DISK2 $DISK3
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Dauto_spare_multiple.ksh83 truncate -s $MINVDEVSIZE $DATA_DEVS $SPARE_DEV1
91 truncate -s $MINVDEVSIZE $DATA_DEVS $SPARE_DEVS
98 truncate -s $MINVDEVSIZE $DATA_DEVS $SPARE_DEVS
166 truncate -s $MINVDEVSIZE $DATA_DEVS $SPARE_DEV1
174 truncate -s $MINVDEVSIZE $DATA_DEVS $SPARE_DEVS
181 truncate -s $MINVDEVSIZE $DATA_DEVS $SPARE_DEVS
H A Dauto_offline_001_pos.ksh57 load_scsi_debug $(($MINVDEVSIZE/1024/1024+32)) 1 1 1 '512b'
88 log_must truncate -s $MINVDEVSIZE $filedev1
89 log_must truncate -s $MINVDEVSIZE $filedev2
90 log_must truncate -s $MINVDEVSIZE $filedev3
91 log_must truncate -s $MINVDEVSIZE $sparedev
H A Dauto_spare_rotational.ksh48 LARGE_SIZE=$((MINVDEVSIZE * 2))
62 log_must truncate -s $MINVDEVSIZE $NORM1 $NORM2 $SPEC1 $SPEC2 $SPARE_SMALL
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/trim/
H A Dtrim_config.ksh77 typeset VDEV_MAX_MB=$(( floor(4 * MINVDEVSIZE * 0.65 / 1024 / 1024) ))
78 typeset VDEV_MIN_MB=$(( floor(4 * MINVDEVSIZE * 0.40 / 1024 / 1024) ))
93 VDEV_MAX_MB=$(( floor(4 * MINVDEVSIZE * 0.50 / 1024 / 1024) ))
96 log_must truncate -s $((4 * MINVDEVSIZE)) $VDEVS
H A Dautotrim_config.ksh77 typeset VDEV_MAX_MB=$(( floor(4 * MINVDEVSIZE * 0.75 / 1024 / 1024) ))
78 typeset VDEV_MIN_MB=$(( floor(4 * MINVDEVSIZE * 0.30 / 1024 / 1024) ))
93 VDEV_MAX_MB=$(( floor(4 * MINVDEVSIZE * 0.50 / 1024 / 1024) ))
96 log_must truncate -s $((4 * MINVDEVSIZE)) $VDEVS
H A Dtrim_l2arc.ksh67 log_must truncate -s $((MINVDEVSIZE)) $TRIM_VDEV2
68 log_must truncate -s $((4 * MINVDEVSIZE)) $TRIM_VDEV1
69 typeset VDEV_MIN_MB=$((MINVDEVSIZE * 0.30 / 1024 / 1024))
74 typeset fill_mb=$(( floor(3 * MINVDEVSIZE) ))
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/
H A Dvdev_set_scheduler.ksh64 log_must truncate -s $(($MINVDEVSIZE * 2)) $FILEDEV
72 --rw=write --size=$MINVDEVSIZE --bs=128k --numjobs=1 --direct=1 \
85 --rw=read --size=$MINVDEVSIZE --bs=128k --numjobs=1 --direct=1 \
H A Dzpool_set_inherit.ksh61 log_must truncate -s $MINVDEVSIZE $FILEVDEV1
62 log_must truncate -s $MINVDEVSIZE $FILEVDEV2
63 log_must truncate -s $MINVDEVSIZE $FILEVDEV3
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create.cfg46 export FILESIZE="$MINVDEVSIZE"
47 export FILESIZE1="$(($MINVDEVSIZE * 2))"
48 export SIZE="$((MINVDEVSIZE / (1024 * 1024)))"m
49 export SIZE1="$(($MINVDEVSIZE * 2 / (1024 * 1024)))m"
H A Dzpool_create_draid_003_pos.ksh67 log_must truncate -s $MINVDEVSIZE $draid_vdevs
78 log_must truncate -s $MINVDEVSIZE $draid_vdevs
81 log_must truncate -s $MINVDEVSIZE $draid_vdevs
H A Dzpool_create_draid_005_pos.ksh73 log_must truncate -s $MINVDEVSIZE $draid_vdevs
114 log_must truncate -s $MINVDEVSIZE $draid_vdevs
117 log_must truncate -s $MINVDEVSIZE $draid_vdevs
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/poolversion/
H A Dsetup.ksh38 log_must mkfile $MINVDEVSIZE $TEST_BASE_DIR/zpool_version_1.dat
43 log_must mkfile $MINVDEVSIZE $TEST_BASE_DIR/zpool2_version_1.dat
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_snapshot/
H A Dzfs_snapshot_008_neg.ksh61 log_must mkfile $MINVDEVSIZE $SNAPDEV1
62 log_must mkfile $MINVDEVSIZE $SNAPDEV2
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/
H A Dzpool_add_006_pos.ksh58 log_must truncate -s $MINVDEVSIZE $TESTDIR/file.00
62 log_must truncate -s $MINVDEVSIZE $vdevs_list
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_new_props.ksh62 log_must truncate -s $MINVDEVSIZE "$rvdevfile"
63 log_must truncate -s $MINVDEVSIZE "$vdevfile"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import.cfg36 export FS_SIZE="$((($MINVDEVSIZE / (1024 * 1024)) * 32))m"
37 export FILE_SIZE="$((MINVDEVSIZE))"
38 export SLICE_SIZE="$((($MINVDEVSIZE / (1024 * 1024)) * 2))m"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy.kshlib119 log_must truncate -s $MINVDEVSIZE $vdevs
248 bs=1024k count=$((MINVDEVSIZE / (1024 * 1024))) \
268 typeset -i bs_count=$(((MINVDEVSIZE / 1024) - 4096))
303 typeset -i bs_count=$(((MINVDEVSIZE / 1024) - 4096))
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_dev_removal.ksh43 log_must truncate -s $(($MINVDEVSIZE * 8)) $VIRTUAL_DISK1
44 log_must truncate -s $(($MINVDEVSIZE * 16)) $VIRTUAL_DISK2

123456