Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_zaps/
H A Dvdev_zaps_007_pos.ksh42 orig_top=$(get_top_vd_zap "type: 'mirror'" $conf)
45 assert_zap_common $TESTPOOL "type: 'mirror'" "top" $orig_top
58 [[ "$new_top_s0" -ne "$orig_top" ]] && log_fail "Top ZAP in original pool "\
59 "didn't persist (expected $orig_top, got $new_top_s0)"
71 [[ "$new_top_s1" -ne "$orig_top" ]] && log_fail "Top ZAP in new pool "\
72 "didn't persist (expected $orig_top, got $new_top_s1)"
H A Dvdev_zaps_004_pos.ksh43 orig_top=$(get_top_vd_zap $DISK $conf)
45 assert_zap_common $TESTPOOL $DISK "top" $orig_top
57 if [[ "$new_top" -ne "$orig_top" ]]; then
87 [[ "$final_top" -ne "$orig_top" ]] && log_fail "Lost top-level ZAP when "\
88 "promoting $disk2 (expected $orig_top, found $final_top)"
H A Dvdev_zaps_005_pos.ksh40 orig_top=$(get_top_vd_zap $DISK $conf)
42 assert_zap_common $TESTPOOL $DISK "top" $orig_top
58 [[ "$new_top" -ne "$orig_top" ]] && log_fail "Top ZAP ($new_top) after "\
59 "import does not match top ZAP before export ($orig_top)"
H A Dvdev_zaps_006_pos.ksh42 orig_top=$(get_top_vd_zap ${DISK_ARR[1]} $conf)
43 assert_zap_common $TESTPOOL ${DISK_ARR[1]} "top" $orig_top