Home
last modified time | relevance | path

Searched refs:failfast (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/
H A Dzpool_set_inherit.ksh51 zpool get -H -o value failfast $TESTPOOL1 $@
66 failfast=$(get_failfast $FILEVDEV1)
67 [[ "$failfast" == "inherit" ]] || log_fail "incorrect failfast value: $failfast"
69 log_must zpool set failfast=on $TESTPOOL1 $FILEVDEV1
70 failfast=$(get_failfast $FILEVDEV1)
71 [[ "$failfast" == "on" ]] || log_fail "incorrect failfast value: $failfast"
73 log_must zpool set failfast=off $TESTPOOL1 $FILEVDEV1
74 failfast=$(get_failfast $FILEVDEV1)
75 [[ "$failfast" == "off" ]] || log_fail "incorrect failfast value: $failfast"
77 log_must zpool set failfast=inherit $TESTPOOL1 $FILEVDEV1
[all …]
/freebsd/contrib/googletest/googletest/test/
H A DBUILD.bazel58 "googletest-failfast-unittest_.cc",
241 name = "googletest-failfast-unittest_",
243 srcs = ["googletest-failfast-unittest_.cc"],
248 name = "googletest-failfast-unittest",
250 srcs = ["googletest-failfast-unittest.py"],
251 data = [":googletest-failfast-unittest_"],
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dvdev_get.cfg70 failfast
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c938 boolean_t failfast = iter ? iter->vdev_failfast == 1 : in vdev_disk_io_rw() local
941 failfast) { in vdev_disk_io_rw()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev.c3932 uint64_t failfast; in vdev_load() local
3935 vdev_prop_to_name(VDEV_PROP_FAILFAST), sizeof (failfast), in vdev_load()
3936 1, &failfast); in vdev_load()
3938 vd->vdev_failfast = failfast; in vdev_load()