/freebsd/tests/sys/cddl/zfs/tests/redundancy/ |
H A D | redundancy.kshlib | 79 typeset vdevs 83 vdevs="$vdevs $BASEDIR/vdev$i" 89 log_must create_vdevs $vdevs 91 $ECHO $vdevs | tr ' ' '\n' > $BASEDIR/vdevs 92 log_must $ZPOOL create -m $TESTDIR $pool $keyword $vdevs 128 head -$cnt $BASEDIR/vdevs | tr '\n' ' ' 203 typeset vdevs 206 vdevs=$(get_vdevs $pool $cnt) 207 log_note "Damaging pool $pool devices: $vdevs" 222 wait_for 20 1 damage_dev_labels $pool $vdevs [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/ |
H A D | redundancy.kshlib | 102 typeset vdevs 106 vdevs="$vdevs $BASEDIR/vdev$i" 118 log_must truncate -s $MINVDEVSIZE $vdevs 120 log_must zpool create -O compression=off -f -m $TESTDIR $pool $keyword $vdevs 218 typeset vdevs 224 vdevs="$dev $vdevs" 228 echo "$vdevs" 264 typeset vdevs 267 vdevs=$(get_vdevs $pool $cnt) 270 for dev in $vdevs; do [all …]
|
/freebsd/tools/tools/zfsboottest/ |
H A D | zfsboottest.sh | 65 vdevs="" 69 if [ -z "${vdevs}" ]; then 70 vdevs="${vdev}" 72 vdevs="${vdevs} ${vdev}" 96 "${zfsboottest}" ${vdevs} - `find "${mountpoint}${startdir}" -type f | sed "s@^${mountpoint}@@"` | …
|
/freebsd/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/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/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_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_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_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/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" 188 "" ${vdevs[i]} 195 "" ${vdevs[j]}
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_create/ |
H A D | zpool_create.kshlib | 40 typeset vdevs 43 for vdevs in "${diskarray[@]}";do 44 create_pool $pool $keywd $vdevs
|
/freebsd/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/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
H A D | zpool_import_missing_003_pos.ksh | 69 set -A vdevs "" "mirror" "raidz" 186 "" ${vdevs[i]} 193 "" ${vdevs[j]}
|
H A D | zpool_import_missing_004_pos.ksh | 61 set -A vdevs "mirror" "raidz" ""
|
H A D | zpool_import_missing_002_pos.ksh | 73 set -A vdevs "" "mirror" "raidz"
|
H A D | zpool_import_missing_001_pos.ksh | 78 set -A vdevs "" "mirror" "raidz"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/trim/ |
H A D | trim.kshlib | 107 typeset vdevs=$@ 109 for vdev in $vdevs; do
|
/freebsd/stand/libsa/zfs/ |
H A D | zfsimpl.c | 1167 nvlist_t *vdevs; in vdev_init_from_label() local 1175 NULL, &vdevs, NULL)) { in vdev_init_from_label() 1180 rc = vdev_from_nvlist(spa, top_guid, vdevs); in vdev_init_from_label() 1181 nvlist_destroy(vdevs); in vdev_init_from_label() 1274 nvlist_t *vdevs = NULL, **kids = NULL; in vdev_init_from_nvlist() local 1282 NULL, &vdevs, NULL)) { in vdev_init_from_nvlist() 1289 nvlist_destroy(vdevs); in vdev_init_from_nvlist() 1295 rc = nvlist_find(vdevs, ZPOOL_CONFIG_CHILDREN, DATA_TYPE_NVLIST_ARRAY, in vdev_init_from_nvlist() 1297 nvlist_destroy(vdevs); in vdev_init_from_nvlist() 1865 nvlist_t *vdevs; in vdev_get_label_asize() local [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
H A D | auto_replace_002_pos.ksh | 81 vdev_guids=( $(zpool get -H -o value guid $pool all-vdevs) )
|
/freebsd/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 |
|