Home
last modified time | relevance | path

Searched refs:autoreplace (Results 1 – 15 of 15) sorted by relevance

/freebsd/tools/regression/zfs/zpool/create/
H A Doption-o.t66 expect_ok ${ZPOOL} create -o autoreplace=on ${name0} ${disk0}
71 expect "${exp}" ${ZPOOL} get autoreplace ${name0}
/freebsd/tests/sys/cddl/zfs/tests/zfsd/
H A Dzfsd_autoreplace_002_pos.ksh78 log_must $ZPOOL set autoreplace=on $TESTPOOL
H A Dzfsd_hotspare_007_pos.ksh98 log_must $ZPOOL set autoreplace=on $TESTPOOL
H A Dzfsd_autoreplace_001_neg.ksh81 log_must $ZPOOL set autoreplace=off $TESTPOOL
H A Dzfsd_hotspare_004_pos.ksh97 log_must $ZPOOL set autoreplace=on $TESTPOOL
H A Dzfsd_autoreplace_003_pos.ksh93 log_must $ZPOOL set autoreplace=on $TESTPOOL
/freebsd/tests/sys/cddl/zfs/tests/hotspare/
H A Dhotspare.kshlib82 log_must $ZPOOL set autoreplace=on "$TESTPOOL"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Dauto_replace_001_pos.ksh85 log_must zpool set autoreplace=on $TESTPOOL
H A Dauto_replace_002_pos.ksh118 log_must zpool set autoreplace=on $TESTPOOL
/freebsd/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dmisc.cfg61 bootfs autoreplace"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get.cfg44 "autoreplace"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg115 failmode autoreplace"
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A DREADME.md79 must set the pool's `autoreplace` property to enable it. The new disk
/freebsd/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib2887 replace) prop=autoreplace ;;
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa.c4803 uint64_t autoreplace = 0; local
4806 spa_prop_find(spa, ZPOOL_PROP_AUTOREPLACE, &autoreplace);
4814 spa->spa_autoreplace = (autoreplace != 0);