Searched refs:vdevs (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/tests/sys/cddl/zfs/tests/redundancy/
H A Dredundancy.kshlib84 typeset vdevs
88 vdevs="$vdevs $BASEDIR/vdev$i"
94 log_must create_vdevs $vdevs
96 $ECHO $vdevs | tr ' ' '\n' > $BASEDIR/vdevs
97 log_must $ZPOOL create -m $TESTDIR $pool $keyword $vdevs
133 head -$cnt $BASEDIR/vdevs | tr '\n' ' '
201 # $3 damage vdevs method, if not null, we keep the label for the vdevs
[all...]
/freebsd-12-stable/tools/tools/zfsboottest/
H A Dzfsboottest.sh66 vdevs=""
70 if [ -z "${vdevs}" ]; then
71 vdevs="${vdev}"
73 vdevs="${vdevs} ${vdev}"
97 "${zfsboottest}" ${vdevs} - `find "${mountpoint}${startdir}" -type f | sed "s@^${mountpoint}@@"` | egrep '^[0-9a-z]{32} /' | sort -k 2 >"${list0}"
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create.kshlib35 # 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-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_missing_004_pos.ksh63 set -A vdevs "mirror" "raidz" ""
88 for rootvdev in "${vdevs[@]}"; do
H A Dzpool_import_missing_003_pos.ksh74 set -A vdevs "" "mirror" "raidz"
169 while (( i < ${#vdevs[*]} )); do
171 while (( j < ${#vdevs[*]} )); do
191 "" ${vdevs[i]}
198 "" ${vdevs[j]}
205 case "${vdevs[i]}" in
H A Dzpool_import_missing_002_pos.ksh78 set -A vdevs "" "mirror" "raidz"
107 typeset vdtype="${vdevs[i]}"
126 case "${vdevs[i]}" in
147 (( i == ${#vdevs[*]} )) && break
H A Dzpool_import_missing_001_pos.ksh83 set -A vdevs "" "mirror" "raidz"
126 typeset vdtype="${vdevs[i]}"
168 (( i == ${#vdevs[*]} )) && break
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core.c1061 * One or more top-level vdevs exceed the maximum vdev size
1132 * vdevs should be a list of (<key>, guid) where guid is a uint64 vdev GUID.
1136 * in an nvlist with the key "vdevs". Each error is a (guid, errno) pair where
1152 nvlist_t *vdevs, nvlist_t **errlist)
1157 fnvlist_add_nvlist(args, ZPOOL_INITIALIZE_VDEVS, vdevs);
1151 lzc_initialize(const char *poolname, pool_initialize_func_t cmd_type, nvlist_t *vdevs, nvlist_t **errlist) argument
/freebsd-12-stable/lib/libbe/
H A Dbe.c1272 nvlist_t *config, *dsprops, *vdevs; local
1300 &vdevs) != 0)
1303 return (be_set_nextboot(lbh, vdevs, pool_guid, buf));
/freebsd-12-stable/stand/libsa/zfs/
H A Dzfsimpl.c54 * For plain (non-mirror) top-level vdevs (i.e. is_vdev is not a mirror),
55 * ic_vdev is the same as is_vdev. However, for mirror top-level vdevs,
104 * List of all vdevs, chained through v_alllink.
826 * *mirror* vdevs. We don't for "replacing" or "spare" vdevs, even
986 * that the vast majority of blocks on indirect vdevs
988 * on non-indirect vdevs. This allows us to be less strict
1170 printf("ZFS: can only boot from disk, mirror, raidz1, raidz2 and raidz3 vdevs\n");
1238 "vdevs\n");
1377 const unsigned char *vdevs; local
1478 const unsigned char *vdevs, *kids; local
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c547 * Adds the given vdevs to 'pool'. As with create, the bulk of this work is
774 * -f Force clearing the label for the vdevs which are members of
1254 * through all the vdevs in the list and print out in an
1788 * Print the configuration of an exported pool. Iterate over all vdevs in the
1898 * Print specialized class vdevs.
1900 * These are recorded as top level vdevs in the main pool child array
1903 * class vdevs then any of their children (eg mirrored slogs) are printed
2444 * -V Import even in the presence of faulted vdevs. This is an
2447 * vdevs in the FAULTED state. In other words, it does verbatim
2969 /* only toplevel vdevs hav
4660 nvlist_t *vdevs; local
[all...]

Completed in 213 milliseconds