Home
last modified time | relevance | path

Searched refs:is_pool_scrubbing (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_scrub/
H A Dzpool_error_scrub_002_pos.ksh74 log_must is_pool_scrubbing $TESTPOOL true
80 log_must is_pool_scrubbing $TESTPOOL true
96 log_must is_pool_scrubbing $TESTPOOL true
H A Dzpool_scrub_003_pos.ksh60 log_must is_pool_scrubbing $TESTPOOL true
62 log_must is_pool_scrubbing $TESTPOOL true
H A Dzpool_scrub_002_pos.ksh69 log_must is_pool_scrubbing $TESTPOOL true
75 log_must is_pool_scrubbing $TESTPOOL true
H A Dzpool_scrub_print_repairing.ksh65 if ! is_pool_scrubbing $TESTPOOL ; then
/freebsd/tests/sys/cddl/zfs/tests/hotspare/
H A Dhotspare_scrub_001_pos.ksh76 while is_pool_scrubbing $TESTPOOL ; do
89 while is_pool_scrubbing $TESTPOOL ; do
H A Dhotspare_scrub_002_pos.ksh88 while is_pool_scrubbing $TESTPOOL ; do
107 while is_pool_scrubbing $TESTPOOL ; do
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dscrub_cancel.ksh94 while is_pool_scrubbing $TESTPOOL1; do
97 log_mustnot is_pool_scrubbing $TESTPOOL1
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Dauto_spare_multiple.ksh122 while is_pool_scrubbing $TESTPOOL || is_pool_resilvering $TESTPOOL; do
134 while is_pool_scrubbing $TESTPOOL || is_pool_resilvering $TESTPOOL; do
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/scan/
H A Dzpool_wait_scrub_cancel.ksh40 is_pool_scrubbing $TESTPOOL && log_must zpool scrub -s $TESTPOOL
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/
H A Draidz_expand_001_pos.ksh158 is_pool_scrubbing $pool && wait_scrubbed $pool
172 is_pool_scrubbing $pool && wait_scrubbed $pool
H A Draidz_expand_002_pos.ksh109 is_pool_scrubbing $pool && wait_scrubbed $pool
/freebsd/tests/sys/cddl/zfs/tests/zfsd/
H A Dzfsd.kshlib62 while is_pool_scrubbing $pool; do
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/
H A Dzpool_reopen_003_pos.ksh83 log_must is_pool_scrubbing $TESTPOOL true
/freebsd/tests/sys/cddl/zfs/tests/redundancy/
H A Dredundancy.kshlib147 is_pool_scrubbing $pool || is_pool_scrubbed $pool || \
/freebsd/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib1819 function is_pool_scrubbing #pool function
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib1997 # is_pool_scrubbing - to check if the pool scrub is in progress
2017 function is_pool_scrubbing #pool <verbose>