Home
last modified time | relevance | path

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 Dzpool_upgrade.cfg46 # 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 Dbootfs_006_pos.ksh127 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 Dredundancy_001_pos.ksh54 setup_test_env $TESTPOOL raidz $cnt
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_clear/
H A Dzpool_clear_003_neg.ksh68 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 Dzpool_import_007_pos.ksh66 log_must $ZPOOL create $TESTPOOL1 raidz $VDEV0 $VDEV1 $VDEV2 $VDIV3
H A Dzpool_import_010_pos.ksh80 log_must $ZPOOL create $poolD raidz $VDEV3 $VDEV4
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_expand/
H A Dzpool_expand_003_neg.ksh72 for type in " " mirror raidz raidz2; do
H A Dzpool_expand_001_pos.ksh72 for type in " " mirror raidz raidz2; do
H A Dzpool_expand_002_pos.ksh73 for type in " " mirror raidz raidz2; do
/titanic_44/usr/src/test/zfs-tests/tests/functional/online_offline/
H A Donline_offline_002_neg.ksh82 $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 Dzpool_add_001_pos.ksh112 raidz|raidz1)
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_001_pos.ksh119 raidz|raidz1)
H A Dzpool_create.shlib38 # $2, pool type, mirror, raidz, or none
/titanic_44/usr/src/test/zfs-tests/tests/functional/grow_replicas/
H A Dgrow_replicas.cfg54 POOLTYPE="raidz"
/titanic_44/usr/src/cmd/ztest/
H A Dztest.c866 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 Dlibtest.shlib321 # 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