Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dimport_cachefile_device_removed.ksh43 function test_remove_vdev function
136 test_remove_vdev "$VDEV0 $VDEV1 $VDEV2" "$VDEV2" "$VDEV0 $VDEV1"
137 test_remove_vdev "$VDEV0 $VDEV1 $VDEV2" "$VDEV1" "$VDEV0 $VDEV2"
138 test_remove_vdev "$VDEV0 log $VDEV1" "$VDEV1" "$VDEV0"
139 test_remove_vdev "$VDEV0 log $VDEV1 $VDEV2" "$VDEV1 $VDEV2" "$VDEV0"
140 test_remove_vdev "$VDEV0 $VDEV1 $VDEV2 log $VDEV3" "$VDEV2" \
H A Dimport_rewind_config_changed.ksh222 function test_remove_vdev function
274 test_remove_vdev "$VDEV0 $VDEV1 $VDEV2" "$VDEV1" "$VDEV0 $VDEV2"