Searched refs:vdevs (Results 1 – 14 of 14) sorted by relevance
/titanic_51/usr/src/test/zfs-tests/tests/functional/redundancy/ |
H A D | redundancy.kshlib | 106 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" 272 # $3 damage vdevs metho [all...] |
/titanic_51/usr/src/test/zfs-tests/tests/functional/inuse/ |
H A D | inuse_005_pos.ksh | 75 set -A vdevs "" "mirror" "raidz" "raidz1" "raidz2" 79 while (( i < ${#vdevs[*]} )); do 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 D | inuse_006_pos.ksh | 76 set -A vdevs "" "mirror" "raidz" "raidz1" "raidz2" 82 while (( i < ${#vdevs[*]} )); do 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 D | inuse_009_pos.ksh | 75 set -A vdevs "" "mirror" "raidz" "raidz1" "raidz2" 79 while (( i < ${#vdevs[*]} )); do 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 D | inuse_007_pos.ksh | 81 set -A vdevs "" "mirror" "raidz" "raidz1" "raidz2" 87 while (( i < ${#vdevs[*]} )); do 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 D | inuse_008_pos.ksh | 78 set -A vdevs "" "mirror" "raidz" "raidz1" "raidz2" 97 while (( i < ${#vdevs[*]} )); do 98 if [[ -n $SINGLE_DISK && -n ${vdevs[i]} ]]; then 103 create_pool $TESTPOOL1 ${vdevs[i]} $vslices spare $sslices
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/ |
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
|
/titanic_51/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_main.c | 368 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_51/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_missing_003_pos.ksh | 62 set -A vdevs "" "mirror" "raidz" 162 while (( i < ${#vdevs[*]} )); do 164 while (( j < ${#vdevs[*]} )); do 184 "" ${vdevs[i]} 191 "" ${vdevs[j]} 198 case "${vdevs[i]}" in
|
H A D | zpool_import_missing_002_pos.ksh | 65 set -A vdevs "" "mirror" "raidz" 123 while (( i < ${#vdevs[*]} )); do 130 "" ${vdevs[i]} 170 case "${vdevs[i]}" in
|
H A D | zpool_import_missing_001_pos.ksh | 70 set -A vdevs "" "mirror" "raidz" 75 # recover the vdevs 111 while (( i < ${#vdevs[*]} )); do 115 "" ${vdevs[i]} 153 case "${vdevs[i]}" in
|
/titanic_51/usr/src/lib/libv12n/sparc/ |
H A D | libv12n.c | 334 static char *vdevs[] = { in v12n_check_virtual_service() local 342 vdevs)); in v12n_check_virtual_service()
|
/titanic_51/usr/src/boot/sys/boot/zfs/ |
H A D | zfsimpl.c | 47 * List of all vdevs, chained through v_alllink. 538 printf("ZFS: can only boot from disk, mirror, raidz1, raidz2 and raidz3 vdevs\n"); in vdev_init_from_nvlist() 608 printf("ZFS: can only boot from disk, mirror, raidz1, raidz2 and raidz3 vdevs\n"); in vdev_init_from_nvlist() 940 const unsigned char *vdevs; in vdev_probe() local 1079 NULL, &vdevs)) { in vdev_probe() 1083 rc = vdev_init_from_nvlist(vdevs, NULL, &top_vdev, is_newer); in vdev_probe()
|
/titanic_51/usr/src/test/zfs-tests/include/ |
H A D | libtest.shlib | 1576 function cleanup_devices #vdevs 2492 # Check if the pool contains the specified vdevs 2497 # Return 0 if the vdevs are contained in the pool, 1 if any of the specified 2498 # vdevs is not in the pool, and 2 if pool name is missing.
|