| /freebsd-13.1/tests/sys/cddl/zfs/tests/redundancy/ |
| H A D | redundancy.kshlib | 84 typeset vdevs 88 vdevs="$vdevs $BASEDIR/vdev$i" 94 log_must create_vdevs $vdevs 96 $ECHO $vdevs | tr ' ' '\n' > $BASEDIR/vdevs 208 typeset vdevs 211 vdevs=$(get_vdevs $pool $cnt) 266 typeset vdevs 268 vdevs=$(get_vdevs $pool $cnt) 270 log_must $RM -f $vdevs 273 for vdev in $vdevs; do [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/ |
| H A D | redundancy.kshlib | 124 typeset vdevs 128 vdevs="$vdevs $BASEDIR/vdev$i" 249 typeset vdevs 254 vdevs="$dev $vdevs" 258 echo "$vdevs" 294 typeset vdevs 300 for dev in $vdevs; do 305 for dev in $vdevs; do 347 typeset vdevs 350 log_must rm -f $vdevs [all …]
|
| /freebsd-13.1/tools/tools/zfsboottest/ |
| H A D | zfsboottest.sh | 66 vdevs="" 70 if [ -z "${vdevs}" ]; then 71 vdevs="${vdev}" 73 vdevs="${vdevs} ${vdev}" 97 "${zfsboottest}" ${vdevs} - `find "${mountpoint}${startdir}" -type f | sed "s@^${mountpoint}@@"` | …
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
| H A D | zpool_create_draid_001_pos.ksh | 59 vdevs=$(echo $TESTDIR/file.{01..${children}}) 60 log_must zpool create $TESTPOOL draid$parity $vdevs 69 vdevs=$(echo $TESTDIR/file.{01..${children}}) 70 log_must zpool create $TESTPOOL draid $vdevs
|
| H A D | zpool_create.shlib | 35 # Given a pool vdevs list, create the pool,verify the created pool, 39 # $3, vdevs list 45 typeset vdevs 48 for vdevs in "${diskarray[@]}"; do 49 create_pool $pool $keywd $vdevs
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/ |
| H A D | zpool_add_003_pos.ksh | 66 vdevs="" 75 vdevs="$vdevs $VDEV_PREFIX-$vdevtype" 84 for vdev in $vdevs; do
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inuse/ |
| H A D | inuse_005_pos.ksh | 79 set -A vdevs "" "mirror" "raidz" "raidz1" "raidz2" 88 [[ ${vdevs[i]} = "raidz2" ]] && spare="$sdisks" 89 create_pool $TESTPOOL1 ${vdevs[i]} $vdisks $spare
|
| H A D | inuse_009_pos.ksh | 79 set -A vdevs "" "mirror" "raidz" "raidz1" "raidz2" 86 [[ ${vdevs[i]} = "raidz2" ]] && spare="$sdisks" 87 create_pool $TESTPOOL1 ${vdevs[i]} $vdisks $spare
|
| H A D | inuse_006_pos.ksh | 76 set -A vdevs "" "mirror" "raidz" "raidz1" "raidz2" 87 [[ ${vdevs[i]} = "raidz2" ]] && spare="$sdisks" 88 create_pool $TESTPOOL1 ${vdevs[i]} $vdisks $spare
|
| H A D | inuse_008_pos.ksh | 82 set -A vdevs "" "mirror" "raidz" "raidz1" "raidz2" 89 [[ ${vdevs[i]} = "raidz2" ]] && spare="$sdisks" 90 create_pool $TESTPOOL1 ${vdevs[i]} $vdisks $spare
|
| H A D | inuse_007_pos.ksh | 81 set -A vdevs "" "mirror" "raidz" "raidz1" "raidz2" 91 [[ ${vdevs[i]} = "raidz2" ]] && spare="$sdisks" 92 create_pool $TESTPOOL1 ${vdevs[i]} $vdisks $spare
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
| H A D | zpool_import_missing_002_pos.ksh | 71 set -A vdevs "" "mirror" "raidz" 73 set -A vdevs "" "mirror" "draid" 75 set -A vdevs "" "raidz" "draid" 143 "" ${vdevs[i]}
|
| H A D | zpool_import_missing_001_pos.ksh | 73 set -A vdevs "" "mirror" "raidz" 75 set -A vdevs "" "mirror" "draid" 77 set -A vdevs "" "raidz" "draid" 125 "" ${vdevs[i]}
|
| H A D | zpool_import_missing_003_pos.ksh | 67 set -A vdevs "" "mirror" "raidz" "draid" 189 "" ${vdevs[i]} 196 "" ${vdevs[j]}
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zpool_create/ |
| H A D | zpool_create.kshlib | 45 typeset vdevs 48 for vdevs in "${diskarray[@]}";do 49 create_pool $pool $keywd $vdevs
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
| H A D | zfs_mount_013_pos.ksh | 27 set -A vdevs $(get_disklist_fullpath $TESTPOOL) 84 log_must ${helper},abc -s ${vdevs[0]} $mntpoint 89 log_must $helper ${vdevs[0]} $mntpoint
|
| H A D | zfs_mount_014_neg.ksh | 27 set -A vdevs $(get_disklist_fullpath $TESTPOOL) 28 vdev=${vdevs[0]}
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
| H A D | zpool_import_missing_003_pos.ksh | 74 set -A vdevs "" "mirror" "raidz" 191 "" ${vdevs[i]} 198 "" ${vdevs[j]}
|
| H A D | zpool_import_missing_004_pos.ksh | 63 set -A vdevs "mirror" "raidz" ""
|
| H A D | zpool_import_missing_002_pos.ksh | 78 set -A vdevs "" "mirror" "raidz"
|
| H A D | zpool_import_missing_001_pos.ksh | 83 set -A vdevs "" "mirror" "raidz"
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/trim/ |
| H A D | trim.kshlib | 110 typeset vdevs=$@ 112 for vdev in $vdevs; do
|
| /freebsd-13.1/sys/contrib/openzfs/tests/ |
| H A D | README.md | 72 and loopback devices backed by file-vdevs. This operation 89 -d DIR Create sparse files for vdevs in the DIR directory. By 92 -s SIZE Use vdevs of SIZE (default: 4G)
|
| /freebsd-13.1/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 1173 nvlist_t *vdevs; in vdev_init_from_label() local 1181 NULL, &vdevs, NULL)) { in vdev_init_from_label() 1186 rc = vdev_from_nvlist(spa, top_guid, vdevs); in vdev_init_from_label() 1187 nvlist_destroy(vdevs); in vdev_init_from_label() 1280 nvlist_t *vdevs = NULL, **kids = NULL; in vdev_init_from_nvlist() local 1288 NULL, &vdevs, NULL)) { in vdev_init_from_nvlist() 1295 nvlist_destroy(vdevs); in vdev_init_from_nvlist() 1303 nvlist_destroy(vdevs); in vdev_init_from_nvlist() 1884 nvlist_t *vdevs; in vdev_get_label_asize() local 1892 NULL, &vdevs, NULL) != 0) in vdev_get_label_asize() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | README.md | 63 | path | for leaf vdevs, the pathname | 161 | path | for leaf vdevs, the device path name, otherwise omitted | 182 (root) and a 4KiB write to each of the mirror leaf vdevs. 201 | path | for leaf vdevs, the device path name, otherwise omitted |
|