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

/freebsd-13-stable/tests/sys/geom/class/multipath/
H A Dconf.sh40 # check_multipath_state <active_path> <geom_state> <prov0_state> <prov1_state> [prov2_state]
48 local geom_state
53 geom_state=`gmultipath list "$name" | awk '/^State:/ {print $2}'`
54 atf_check_equal "$want_geom_state" "$geom_state"

Completed in 101 milliseconds