Home
last modified time | relevance | path

Searched refs:raidz (Results 1 – 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/test/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class_002_neg.ksh34 log_mustnot zpool create $TESTPOOL raidz $ZPOOL_DISKS special $CLASS_DISK0
43 log_mustnot zpool create $TESTPOOL raidz $ZPOOL_DISKS special raidz \
H A Dalloc_class_001_pos.ksh34 log_must zpool create $TESTPOOL raidz $ZPOOL_DISKS special mirror \
H A Dalloc_class_011_neg.ksh34 log_must zpool create $TESTPOOL raidz $ZPOOL_DISKS special mirror \
H A Dalloc_class_007_pos.ksh34 log_must zpool create $TESTPOOL raidz $ZPOOL_DISKS \
H A Dalloc_class_010_pos.ksh35 log_must zpool create $TESTPOOL raidz $ZPOOL_DISKS special mirror \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade.cfg45 # v1 raidz
61 # v2 raidz
77 # v3 raidz
158 CONFIGS="1 1stripe 1raidz 1mirror \
159 2 2stripe 2raidz 2mirror 2brokenmirror \
160 3 3stripe 3raidz 3mirror 3dblraidz 3hotspare \
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c578 *raidz = a; in is_raidz_mirror()
602 replication_level_t *raidz, *mirror; in get_replication() local
793 if (raidz->zprl_parity != in get_replication()
806 raidz->zprl_type, in get_replication()
808 raidz->zprl_parity, in get_replication()
878 replication_level_t *raidz, *mirror; in check_replication() local
926 if (is_raidz_mirror(current, new, &raidz, &mirror) || in check_replication()
927 is_raidz_mirror(new, current, &raidz, &mirror)) { in check_replication()
928 if (raidz->zprl_parity != mirror->zprl_children - 1) { in check_replication()
933 raidz->zprl_type, in check_replication()
[all …]
/illumos-gate/usr/src/cmd/ztest/
H A Dzloop.bash150 raidz=0
156 raidz=$((((RANDOM % 9) + parity + 1) * (RANDOM % 2)))
165 zopt="$zopt -r $raidz"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/bootfs/
H A Dbootfs_006_pos.ksh130 log_must zpool create $TESTPOOL raidz $VDEV1 $VDEV2
134 log_must zpool create $TESTPOOL raidz $VDEV1 $VDEV2 spare $VDEV3
/illumos-gate/usr/src/test/zfs-tests/tests/functional/raidz/
H A DMakefile19 TARGETDIR = $(ROOTOPTPKG)/tests/functional/raidz
/illumos-gate/usr/src/test/zfs-tests/tests/functional/redundancy/
H A Dredundancy_001_pos.ksh54 setup_test_env $TESTPOOL raidz $cnt
/illumos-gate/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 \
H A Dzpool_clear_readonly.ksh53 log_must zpool create $TESTPOOL1 raidz $TESTDIR/file.*
/illumos-gate/usr/src/test/zfs-tests/tests/functional/removal/
H A Dremoval_with_add.ksh41 raidz $TMPDIR/dsk1 $TMPDIR/dsk2
/illumos-gate/usr/src/test/zfs-tests/tests/functional/zvol/zvol_dump/
H A Dzvol_dump_raidz.ksh46 log_must zpool create -f $TESTPOOL raidz $DISK1 $DISK2 $DISK3
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A DREADME11 zfssubr.c checksum, compression and raidz support
/illumos-gate/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
/illumos-gate/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
/illumos-gate/usr/src/test/zfs-tests/tests/functional/refreserv/
H A Drefreserv_raidz.ksh87 raid=raidz$parity
/illumos-gate/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'
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_add/
H A Dzpool_add_001_pos.ksh112 raidz|raidz1)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_001_pos.ksh120 raidz|raidz1)

12