Searched refs:autoexp (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_expand/
H A Dzpool_expand_005_pos.ksh65 typeset autoexp=$(get_pool_prop autoexpand $TESTPOOL1)
66 if [[ $autoexp != "off" ]]; then
67 log_fail "zpool $TESTPOOL1 autoexpand should be off but is $autoexp"
H A Dzpool_expand_003_neg.ksh92 typeset autoexp=$(get_pool_prop autoexpand $TESTPOOL1)
93 if [[ $autoexp != "off" ]]; then
95 "$autoexp"
H A Dzpool_expand_001_pos.ksh92 typeset autoexp=$(get_pool_prop autoexpand $TESTPOOL1)
93 if [[ $autoexp != "on" ]]; then
95 "$autoexp"
H A Dzpool_expand_002_pos.ksh75 typeset autoexp=$(get_pool_prop autoexpand $TESTPOOL1)
77 if [[ $autoexp != "off" ]]; then
79 "$autoexp"
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_expand/
H A Dzpool_expand_001_pos.ksh90 typeset autoexp=$(get_pool_prop autoexpand $TESTPOOL1)
91 if [[ $autoexp != "on" ]]; then
92 log_fail "zpool $TESTPOOL1 autoexpand should on but is $autoexp"
H A Dzpool_expand_003_neg.ksh89 typeset autoexp=$(get_pool_prop autoexpand $TESTPOOL1)
90 if [[ $autoexp != "off" ]]; then
91 log_fail "zpool $TESTPOOL1 autoexpand should off but is $autoexp"
H A Dzpool_expand_002_pos.ksh90 typeset autoexp=$(get_pool_prop autoexpand $TESTPOOL1)
91 if [[ $autoexp != "off" ]]; then
92 log_fail "zpool $TESTPOOL1 autoexpand should off but is $autoexp"

Completed in 63 milliseconds