Searched refs:raidz (Results 1 – 16 of 16) sorted by relevance
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade.cfg | 46 # v1 raidz 63 # v2 raidz 80 # v3 raidz 163 export CONFIGS="1 1stripe 1raidz 1mirror \ 164 2 2stripe 2raidz 2mirror 2brokenmirror \ 165 3 3stripe 3raidz 3mirror 3dblraidz 3hotspare 4 5 6 7 8 9 10 11 12 13 14 15"
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/bootfs/ |
H A D | bootfs_006_pos.ksh | 127 log_must $ZPOOL create $TESTPOOL raidz $VDEV1 $VDEV2 131 log_must $ZPOOL create $TESTPOOL raidz $VDEV1 $VDEV2 spare $VDEV3
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/redundancy/ |
H A D | redundancy_001_pos.ksh | 54 setup_test_env $TESTPOOL raidz $cnt
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_clear/ |
H A D | zpool_clear_003_neg.ksh | 68 log_must $ZPOOL create $TESTPOOL1 raidz $TESTDIR/file.1 $TESTDIR/file.2 \
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_007_pos.ksh | 66 log_must $ZPOOL create $TESTPOOL1 raidz $VDEV0 $VDEV1 $VDEV2 $VDIV3
|
H A D | zpool_import_010_pos.ksh | 80 log_must $ZPOOL create $poolD raidz $VDEV3 $VDEV4
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_expand/ |
H A D | zpool_expand_003_neg.ksh | 72 for type in " " mirror raidz raidz2; do
|
H A D | zpool_expand_001_pos.ksh | 72 for type in " " mirror raidz raidz2; do
|
H A D | zpool_expand_002_pos.ksh | 73 for type in " " mirror raidz raidz2; do
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/online_offline/ |
H A D | online_offline_002_neg.ksh | 82 $ZPOOL list -v $TESTPOOL | $GREP raidz >/dev/null 2>&1 && pooltype='raidz'
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_add/ |
H A D | zpool_add_001_pos.ksh | 112 raidz|raidz1)
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/ |
H A D | zpool_create_001_pos.ksh | 119 raidz|raidz1)
|
H A D | zpool_create.shlib | 38 # $2, pool type, mirror, raidz, or none
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/grow_replicas/ |
H A D | grow_replicas.cfg | 54 POOLTYPE="raidz"
|
/titanic_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 866 nvlist_t *raidz, **child; in make_vdev_raidz() local 876 VERIFY(nvlist_alloc(&raidz, NV_UNIQUE_NAME, 0) == 0); in make_vdev_raidz() 877 VERIFY(nvlist_add_string(raidz, ZPOOL_CONFIG_TYPE, in make_vdev_raidz() 879 VERIFY(nvlist_add_uint64(raidz, ZPOOL_CONFIG_NPARITY, in make_vdev_raidz() 881 VERIFY(nvlist_add_nvlist_array(raidz, ZPOOL_CONFIG_CHILDREN, in make_vdev_raidz() 889 return (raidz); in make_vdev_raidz()
|
/titanic_44/usr/src/test/zfs-tests/include/ |
H A D | libtest.shlib | 321 # create a number of raidz pools. 322 # We create a number($1) of 2 raidz pools using the pairs of disks named 335 log_must $ZPOOL create -f $TESTPOOL$nraidzs raidz $1 $2 366 log_must $ZPOOL create -f $TESTPOOL raidz $1 $2 $3
|