]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r355431:
authorAlan Somers <asomers@FreeBSD.org>
Thu, 13 Feb 2020 20:32:05 +0000 (20:32 +0000)
committerAlan Somers <asomers@FreeBSD.org>
Thu, 13 Feb 2020 20:32:05 +0000 (20:32 +0000)
commitc3d2fe329acd4b8a2b2c894d4870af500f489f71
tree4c658607f18983f770f65f072df724011d49251b
parent1d5078ec00aac3fd02c9d7ab3a89821afe77fe10
MFC r355431:

gmultipath: add ATF tests

Add ATF tests for most gmultipath operations. Add some dtrace probes too,
primarily for configuration changes that happen in response to provider
errors.

PR: 178473
Sponsored by: Axcient
Differential Revision: https://reviews.freebsd.org/D22235
etc/mtree/BSD.tests.dist
sys/geom/geom_subr.c
sys/geom/multipath/g_multipath.c
tests/sys/geom/class/Makefile
tests/sys/geom/class/multipath/Makefile [new file with mode: 0644]
tests/sys/geom/class/multipath/conf.sh [new file with mode: 0755]
tests/sys/geom/class/multipath/failloop.sh [new file with mode: 0755]
tests/sys/geom/class/multipath/misc.sh [new file with mode: 0755]