Home
last modified time | relevance | path

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

/f-stack/freebsd/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"