Home
last modified time | relevance | path

Searched refs:pprop (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dcreate-o_ashift.ksh109 typeset pprop=$(get_pool_prop ashift $TESTPOOL)
111 if [[ $? -ne 0 || "$pprop" != "$ashift" ]]
114 "$ashift (current = $pprop)"
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_replace/
H A Dreplace_prop_ashift.ksh71 for pprop in ${ashifts[@]}
74 log_must zpool set ashift=$pprop $TESTPOOL1
76 if [[ $pprop -le $ashift ]]