Home
last modified time | relevance | path

Searched refs:autoexp (Results 1 – 6 of 6) sorted by relevance

/freebsd/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_001_pos.ksh124 typeset autoexp=$(get_pool_prop autoexpand $TESTPOOL1)
125 if [[ $autoexp != "on" ]]; then
127 "$autoexp"
H A Dzpool_expand_002_pos.ksh75 typeset autoexp=$(get_pool_prop autoexpand $TESTPOOL1)
77 if [[ $autoexp != "off" ]]; then
79 "$autoexp"
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_expand/
H A Dzpool_expand_003_neg.ksh84 typeset autoexp=$(get_pool_prop autoexpand $TESTPOOL1)
85 if [[ $autoexp != "off" ]]; then
86 log_fail "zpool $TESTPOOL1 autoexpand should off but is $autoexp"
H A Dzpool_expand_001_pos.ksh85 typeset autoexp=$(get_pool_prop autoexpand $TESTPOOL1)
86 if [[ $autoexp != "on" ]]; then
87 log_fail "zpool $TESTPOOL1 autoexpand should on but is $autoexp"
H A Dzpool_expand_002_pos.ksh85 typeset autoexp=$(get_pool_prop autoexpand $TESTPOOL1)
86 if [[ $autoexp != "off" ]]; then
87 log_fail "zpool $TESTPOOL1 autoexpand should off but is $autoexp"