| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/ |
| H A D | redundancy.kshlib | 124 typeset vdevs 128 vdevs="$vdevs $BASEDIR/vdev$i" 243 typeset vdevs 248 vdevs="$dev $vdevs" 252 echo "$vdevs" 288 typeset vdevs 294 for dev in $vdevs; do 299 for dev in $vdevs; do 341 typeset vdevs 344 log_must rm -f $vdevs [all …]
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/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_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_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
|
| /f-stack/freebsd/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]}
|
| /f-stack/freebsd/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) 70 log_must ${helper},abc -s ${vdevs[0]} $mntpoint 75 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]}
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/trim/ |
| H A D | trim.kshlib | 110 typeset vdevs=$@ 112 for vdev in $vdevs; do
|
| /f-stack/freebsd/contrib/openzfs/scripts/ |
| H A D | zloop.sh | 301 zopt="$zopt -v $vdevs"
|
| H A D | zfs-tests.sh | 328 -s SIZE Use vdevs of SIZE (default: 4G)
|
| /f-stack/freebsd/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)
|
| /f-stack/freebsd/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 |
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.c | 1496 nvlist_t *vdevs, nvlist_t **errlist) in lzc_initialize() argument 1502 fnvlist_add_nvlist(args, ZPOOL_INITIALIZE_VDEVS, vdevs); in lzc_initialize() 1536 boolean_t secure, nvlist_t *vdevs, nvlist_t **errlist) in lzc_trim() argument 1542 fnvlist_add_nvlist(args, ZPOOL_TRIM_VDEVS, vdevs); in lzc_trim()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/ |
| H A D | zed.rc | 124 # Use GUIDs instead of names when logging pool and vdevs
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | af_xdp.rst | 100 between the two vdevs:
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 560 nvlist_t *vdevs; in zpool_do_initialize() local 628 vdevs = fnvlist_alloc(); in zpool_do_initialize() 634 zpool_collect_leaves(zhp, nvroot, vdevs); in zpool_do_initialize() 637 fnvlist_add_boolean(vdevs, argv[i]); in zpool_do_initialize() 642 err = zpool_initialize_wait(zhp, cmd_type, vdevs); in zpool_do_initialize() 644 err = zpool_initialize(zhp, cmd_type, vdevs); in zpool_do_initialize() 646 fnvlist_free(vdevs); in zpool_do_initialize() 7243 nvlist_t *vdevs = fnvlist_alloc(); in zpool_do_trim() local 7249 zpool_collect_leaves(zhp, nvroot, vdevs); in zpool_do_trim() 7254 fnvlist_add_boolean(vdevs, argv[i]); in zpool_do_trim() [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_dataset.c | 5403 nvlist_t *config, *tree, **vdevs; in volsize_from_vdevs() local 5410 &vdevs, &nvdevs) != 0) { in volsize_from_vdevs() 5419 if (nvlist_lookup_string(vdevs[v], ZPOOL_CONFIG_TYPE, in volsize_from_vdevs() 5427 if (nvlist_lookup_uint64(vdevs[v], in volsize_from_vdevs() 5431 if (nvlist_lookup_uint64(vdevs[v], in volsize_from_vdevs() 5439 if (nvlist_lookup_nvlist_array(vdevs[v], in volsize_from_vdevs() 5453 if (nvlist_lookup_uint64(vdevs[v], in volsize_from_vdevs()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | libtest.shlib | 2414 function cleanup_devices #vdevs 3401 # Check if the pool contains the specified vdevs 3406 # Return 0 if the vdevs are contained in the pool, 1 if any of the specified 3407 # vdevs is not in the pool, and 2 if pool name is missing. 3421 # We could use 'zpool list' to only get the vdevs of the pool but we
|