Home
last modified time | relevance | path

Searched refs:vdevs (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/test/zfs-tests/tests/functional/redundancy/
H A Dredundancy.kshlib106 typeset vdevs
110 vdevs="$vdevs $BASEDIR/vdev$i"
122 log_must $MKFILE $DEV_SIZE $vdevs
124 log_must $ZPOOL create -m $TESTDIR $pool $keyword $vdevs
204 typeset vdevs
209 vdevs="$dev $vdevs"
213 $ECHO "$vdevs"
280 typeset vdevs
283 vdevs=$(get_vdevs $pool $cnt)
286 for dev in $vdevs; do
[all …]
/titanic_41/usr/src/test/zfs-tests/tests/functional/inuse/
H A Dinuse_005_pos.ksh75 set -A vdevs "" "mirror" "raidz" "raidz1" "raidz2"
96 if [[ -n $SINGLE_DISK && -n ${vdevs[i]} ]]; then
101 create_pool $TESTPOOL1 ${vdevs[i]} $vslices spare $sslices
105 if [[ ( $FS_DISK0 == $FS_DISK2 ) && -n ${vdevs[i]} ]]; then
110 if [[ ( $FS_DISK0 == $FS_DISK3 ) && ( ${vdevs[i]} == "raidz2" ) ]]; then
115 create_pool $TESTPOOL1 ${vdevs[i]} $vdisks spare $sdisks
H A Dinuse_006_pos.ksh76 set -A vdevs "" "mirror" "raidz" "raidz1" "raidz2"
99 if [[ -n $SINGLE_DISK && -n ${vdevs[i]} ]]; then
104 create_pool $TESTPOOL1 ${vdevs[i]} $vslices spare $sslices
108 if [[ ( $FS_DISK0 == $FS_DISK2 ) && -n ${vdevs[i]} ]]; then
113 if [[ ( $FS_DISK0 == $FS_DISK3 ) && ( ${vdevs[i]} == "raidz2" ) ]]; then
118 create_pool $TESTPOOL1 ${vdevs[i]} $vdisks spare $sdisks
H A Dinuse_009_pos.ksh75 set -A vdevs "" "mirror" "raidz" "raidz1" "raidz2"
96 if [[ -n $SINGLE_DISK && -n ${vdevs[i]} ]]; then
101 create_pool $TESTPOOL1 ${vdevs[i]} $vslices spare $sslices
105 if [[ ( $FS_DISK0 == $FS_DISK2 ) && -n ${vdevs[i]} ]]; then
110 if [[ ( $FS_DISK0 == $FS_DISK3 ) && ( ${vdevs[i]} == "raidz2" ) ]]; then
115 create_pool $TESTPOOL1 ${vdevs[i]} $vdisks spare $sdisks
H A Dinuse_007_pos.ksh81 set -A vdevs "" "mirror" "raidz" "raidz1" "raidz2"
104 if [[ -n $SINGLE_DISK && -n ${vdevs[i]} ]]; then
109 create_pool $TESTPOOL1 ${vdevs[i]} $vslices spare $sslices
115 if [[ ( $FS_DISK0 == $FS_DISK2 ) && -n ${vdevs[i]} ]]; then
120 if [[ ( $FS_DISK0 == $FS_DISK3 ) && ( ${vdevs[i]} == "raidz2" ) ]]; then
125 create_pool $TESTPOOL1 ${vdevs[i]} $vdisks spare $sdisks
H A Dinuse_008_pos.ksh78 set -A vdevs "" "mirror" "raidz" "raidz1" "raidz2"
98 if [[ -n $SINGLE_DISK && -n ${vdevs[i]} ]]; then
103 create_pool $TESTPOOL1 ${vdevs[i]} $vslices spare $sslices
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create.shlib35 # 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
/titanic_41/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_main.c368 jobjectArray vdevs = NULL; in Java_com_sun_zfs_common_model_SystemDataModel_getVirtualDevices__Ljava_lang_String_2J() local
383 vdevs = zjni_get_VirtualDevices_from_vdev( in Java_com_sun_zfs_common_model_SystemDataModel_getVirtualDevices__Ljava_lang_String_2J()
390 return (vdevs); in Java_com_sun_zfs_common_model_SystemDataModel_getVirtualDevices__Ljava_lang_String_2J()
405 jobjectArray vdevs = NULL; in Java_com_sun_zfs_common_model_SystemDataModel_getVirtualDevices__Ljava_lang_String_2() local
415 vdevs = zjni_get_VirtualDevices_from_vdev(env, in Java_com_sun_zfs_common_model_SystemDataModel_getVirtualDevices__Ljava_lang_String_2()
421 return (vdevs); in Java_com_sun_zfs_common_model_SystemDataModel_getVirtualDevices__Ljava_lang_String_2()
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_missing_003_pos.ksh62 set -A vdevs "" "mirror" "raidz"
184 "" ${vdevs[i]}
191 "" ${vdevs[j]}
H A Dzpool_import_missing_001_pos.ksh70 set -A vdevs "" "mirror" "raidz"
115 "" ${vdevs[i]}
H A Dzpool_import_missing_002_pos.ksh65 set -A vdevs "" "mirror" "raidz"
130 "" ${vdevs[i]}
/titanic_41/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c334 static char *vdevs[] = { in v12n_check_virtual_service() local
342 vdevs)); in v12n_check_virtual_service()
/titanic_41/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib1578 function cleanup_devices #vdevs
2647 # Check if the pool contains the specified vdevs
2652 # Return 0 if the vdevs are contained in the pool, 1 if any of the specified
2653 # vdevs is not in the pool, and 2 if pool name is missing.