Home
last modified time | relevance | path

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

12

/f-stack/freebsd/contrib/openzfs/tests/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_011_neg.ksh35 log_must zpool create $TESTPOOL raidz $ZPOOL_DISKS special mirror \
H A Dalloc_class_001_pos.ksh38 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 \
/f-stack/freebsd/contrib/openzfs/tests/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 \
/f-stack/freebsd/contrib/openzfs/scripts/
H A Dzloop.sh268 raid_type="raidz"
277 raid_type="raidz"
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c457 *raidz = a; in is_raidz_mirror()
497 replication_level_t *raidz, *mirror; in get_replication() local
692 if (raidz->zprl_parity != in get_replication()
705 raidz->zprl_type, in get_replication()
707 raidz->zprl_parity, in get_replication()
800 replication_level_t *raidz, *mirror; in check_replication() local
848 if (is_raidz_mirror(current, new, &raidz, &mirror) || in check_replication()
849 is_raidz_mirror(new, current, &raidz, &mirror)) { in check_replication()
850 if (raidz->zprl_parity != mirror->zprl_children - 1) { in check_replication()
855 raidz->zprl_type, in check_replication()
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/
H A DMakefile.am1 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/raidz
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/
H A Dbootfs_006_pos.ksh141 log_must zpool create $TESTPOOL raidz $VDEV1 $VDEV2
145 log_must zpool create $TESTPOOL raidz $VDEV1 $VDEV2 spare $VDEV3
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy_001_pos.ksh55 setup_test_env $TESTPOOL raidz $cnt
/f-stack/freebsd/contrib/openzfs/tests/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.*
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_with_add.ksh41 raidz $TMPDIR/dsk1 $TMPDIR/dsk2
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_expand/
H A Dzpool_expand_004_pos.ksh64 for type in " " mirror raidz draid; do
H A Dzpool_expand_003_neg.ksh76 for type in " " mirror raidz draid; do
H A Dzpool_expand_001_pos.ksh75 for type in " " mirror raidz draid; do
H A Dzpool_expand_002_pos.ksh66 for type in " " mirror raidz draid:1s; do
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/
H A DMakefile.am59 raidz \ subdir
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_007_pos.ksh66 log_must zpool create $TESTPOOL1 raidz $VDEV0 $VDEV1 $VDEV2 $VDEV3
H A Dzpool_import_010_pos.ksh80 log_must zpool create $poolD raidz $VDEV3 $VDEV4
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/refreserv/
H A Drefreserv_raidz.ksh90 raid=raidz$parity
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/online_offline/
H A Donline_offline_002_neg.ksh83 zpool list -v $TESTPOOL | grep raidz >/dev/null 2>&1 && pooltype='raidz'
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/
H A Dzpool_add_001_pos.ksh103 raidz|raidz1)
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/
H A Dzpool_events_errors.ksh146 for pooltype in mirror raidz ; do

12