Searched refs:replace (Results 51 - 75 of 265) sorted by relevance

1234567891011

/freebsd-13-stable/tests/sys/cddl/zfs/tests/cache/
H A Dcache_005_neg.ksh46 # 3. Verify replace fails
70 log_mustnot $ZPOOL replace $TESTPOOL $sdev $tdev
/freebsd-13-stable/tests/sys/cddl/zfs/tests/delegate/
H A Dzfs_allow_011_neg.ksh67 attach detach replace scrub \
/freebsd-13-stable/tools/regression/zfs/zpool/replace/
H A Dcache.t26 expect_fl ${ZPOOL} replace ${name0} ${disk1} ${disk2}
H A Dlog.t26 echo "action: Replace the device using 'zpool replace'."
42 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk3}
63 expect_ok ${ZPOOL} replace ${name0} ${disk2} ${disk3}
109 expect_ok ${ZPOOL} replace ${name0} ${dname1} ${disk3}
132 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk3}
H A Dmirror.t26 echo "action: Replace the device using 'zpool replace'."
38 expect_ok ${ZPOOL} replace ${name0} ${disk0} ${disk2}
57 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk2}
95 expect_ok ${ZPOOL} replace ${name0} ${dname0} ${disk2}
116 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk2}
H A Draidz1.t26 echo "action: Replace the device using 'zpool replace'."
39 expect_ok ${ZPOOL} replace ${name0} ${disk0} ${disk3}
59 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk3}
99 expect_ok ${ZPOOL} replace ${name0} ${dname0} ${disk3}
121 expect_ok ${ZPOOL} replace ${name0} ${disk1} ${disk3}
H A Dspare.t26 expect_fl ${ZPOOL} replace ${name0} ${disk1} ${disk2}
/freebsd-13-stable/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh281 # Rename a file we are about to replace.
304 replace() { function
441 replace "${forward_conf}" "${tmp_forward_conf}"
449 replace "${lanzones_conf}" "${tmp_lanzones_conf}"
456 replace "${control_conf}" "${tmp_control_conf}"
464 replace "${unbound_conf}" "${tmp_unbound_conf}"
488 replace "${resolvconf_conf}" "${tmp_resolvconf_conf}"
495 replace "${resolv_conf}" "${tmp_resolv_conf}"
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_remove/
H A Dzpool_remove_003_pos.ksh42 # 2. Try to replace the inactive hotspare device to active device in the pool
66 log_must zpool replace $TESTPOOL $spare_devs2 $spare_devs3
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/
H A Dzpool_wait_no_activity.ksh40 typeset activities=(free discard initialize replace remove resilver scrub)
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dreplace_import.ksh24 # Verify that on import an in progress replace operation is resumed.
27 # 1. For both healing and sequential resilvering replace:
29 # b. Replace a vdev with 'zpool replace' to resilver (-s) it.
32 # e. Verify the 'zpool replace' resumed resilvering.
44 log_assert "Verify replace is resumed on import"
56 log_must zpool replace -s $TESTPOOL1 ${VDEV_FILES[0]} $SPARE_VDEV_FILE
67 log_pass "Verify replace is resumed on import"
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dar-lib157 replace=
168 r*) replace=yes ;;
181 case $delete$extract$list$quick$replace,$index in
233 elif test -n "$quick$replace"; then
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_clear/
H A Dzpool_clear_004_pos.ksh94 log_must $ZPOOL replace $TESTPOOL1 $VDEV1 $SDEV
/freebsd-13-stable/tests/sys/cddl/zfs/tests/hotspare/
H A Dhotspare_add_002_pos.ksh76 log_must $ZPOOL replace $TESTPOOL ${pooldevs[0]} $dev
H A Dhotspare_detach_001_pos.ksh79 log_must $ZPOOL replace $TESTPOOL $odev $dev
H A Dhotspare_remove_002_neg.ksh76 log_must $ZPOOL replace $TESTPOOL $odev $dev
H A Dhotspare_scrub_001_pos.ksh86 log_must $ZPOOL replace $TESTPOOL $odev $dev
H A Dhotspare_clone_002_pos.ksh82 log_must $ZPOOL replace $TESTPOOL $odev $dev
110 log_must $ZPOOL replace "$TESTPOOL" $dev $odev
H A Dhotspare_snapshot_002_pos.ksh81 log_must $ZPOOL replace $TESTPOOL $odev $dev
105 log_must $ZPOOL replace "$TESTPOOL" $dev $odev
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp46 static void replace(syntax::Node *Old, syntax::Node *New) { function in class:syntax::MutationsImpl
93 // For the rest, we have to replace with an empty statement.
97 MutationsImpl::replace(S, createEmptyStatement(A));
/freebsd-13-stable/contrib/elftoolchain/ar/
H A Dacplex.l65 REPLACE|replace { return (REPLACE); }
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock_output_test.py60 return s.replace('\r\n', '\n').replace('\r', '\n')
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_replace/
H A Dzpool_replace_001_neg.ksh36 # Executing 'zpool replace' command with bad options fails.
39 # 1. Create an array of badly formed 'zpool replace' options.
68 log_assert "Executing 'zpool replace' with bad options fails"
78 log_mustnot zpool replace ${args[$i]}
83 log_pass "'zpool replace' command with bad options failed as expected."
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_export/
H A Dzpool_export_004_pos.ksh105 log_must $ZPOOL replace $TESTPOOL1 $vdev0 $vdev4
110 log_must $ZPOOL replace $TESTPOOL1 $vdev0 $vdev4
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_replace/
H A Dzpool_replace_001_neg.ksh40 # Executing 'zpool replace' command with bad options fails.
43 # 1. Create an array of badly formed 'zpool replace' options.
81 log_assert "Executing 'zpool replace' with bad options fails"
91 log_mustnot $ZPOOL replace ${args[$i]}
96 log_pass "'zpool replace' command with bad options failed as expected."

Completed in 190 milliseconds

1234567891011