Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Skip sys.geom.class.multipath.failloop.failloop if dtrace fails to runThis test case depends on dtrace and sometimes gets affected if dtracehas issues. Make it report skipped instead of failure w
Skip sys.geom.class.multipath.failloop.failloop if dtrace fails to runThis test case depends on dtrace and sometimes gets affected if dtracehas issues. Make it report skipped instead of failure when dtrace failsto run.Sponsored by: The FreeBSD Foundation
show more ...
gmultipath tests: Re-enable the failloop test in CISponsored by: The FreeBSD Foundation
Temporarily skip sys.geom.class.multipath.failloop.failloop in CIThis test case uses `dtrace -c` but it has some issues at the moment sodisable it until dtrace fixed.From markj:This is the CTF
Temporarily skip sys.geom.class.multipath.failloop.failloop in CIThis test case uses `dtrace -c` but it has some issues at the moment sodisable it until dtrace fixed.From markj:This is the CTF type ID limit which has come up quite a few timeslately. It'll be fixed with the introduction of CTFv3.PR: 258763Sponsored by: The FreeBSD Foundation
gmultipath tests: Re-enable the failloop test in CIPR: 258763MFC after: 2 weeksSponsored by: The FreeBSD Foundation
gmultipath failloop test: Put the dtrace sanity checker in right placeCheck if dtrace excution is successful or not right after execution.Sponsored by: The FreeBSD Foundation
Fix typoReported by: swillsSponsored by: The FreeBSD Foundation
Temporarily skip sys.geom.class.multipath.failloop.failloop in CIThis test case uses `dtrace -c` but it has some issues at the momentWhile here, add a checker for dtrace executes successfully or
Temporarily skip sys.geom.class.multipath.failloop.failloop in CIThis test case uses `dtrace -c` but it has some issues at the momentWhile here, add a checker for dtrace executes successfully or not to providea more informative error message.PR: 258763Sponsored by: The FreeBSD Foundation
gmultipath: make physpath distinct from the underlying providers'zfsd uses a device's physical path attribute to automatically replace amissing ZFS disk when a blank disk is inserted into the same
gmultipath: make physpath distinct from the underlying providers'zfsd uses a device's physical path attribute to automatically replace amissing ZFS disk when a blank disk is inserted into the same physicalslot. Currently gmultipath passes through its underlying providers'physical path attribute. That may cause zfsd to replace a missinggmultipath provider with a newly arrived, single-path disk. That wouldbe bad.This commit fixes that problem by simply appending "/mp" to theunderlying providers' physical path, in a manner similar to what gelialready does.Sponsored by: AxcientMFC after: 3 weeksDifferential Revision: https://reviews.freebsd.org/D29941
Revert 357780, `dtrace -c` has been fixed in head`PR: 244053Sponsored by: The FreeBSD Foundation
Fix the sys.geom.class.multipath.misc.fail_on_error test on stable/12This test uses a gnop feature (delay probability) that isn't available onstable/12. But it's unnecessary; the test works fine
Fix the sys.geom.class.multipath.misc.fail_on_error test on stable/12This test uses a gnop feature (delay probability) that isn't available onstable/12. But it's unnecessary; the test works fine without it. Removingit simplifies the test and, once MFCed, will allow it to pass on stable/12.PR: 244158Reported by: lwhsuMFC after: 2 weeks
Temporarily skip sys.geom.class.multipath.failloop.failloop in CIThis case uses `dtrace -c` but it has some issues at the momentPR: 244053Sponsored by: The FreeBSD Foundation
Revert r355861 because the issue has been fixed in r356443PR: 242689Notified by: markjSponsored by: The FreeBSD Foundation
Temporarily skip failing sys.geom.class.multipath.failloop.failloop on i386 CIPR: 242689Sponsored by: The FreeBSD Foundation
gmultipath: add ATF testsAdd ATF tests for most gmultipath operations. Add some dtrace probes too,primarily for configuration changes that happen in response to providererrors.PR: 178473MFC a
gmultipath: add ATF testsAdd ATF tests for most gmultipath operations. Add some dtrace probes too,primarily for configuration changes that happen in response to providererrors.PR: 178473MFC after: 2 weeksSponsored by: AxcientDifferential Revision: https://reviews.freebsd.org/D22235