Revision tags: release/14.0.0 |
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0 |
|
#
420dbe76 |
| 22-Apr-2021 |
Alan Somers <asomers@FreeBSD.org> |
gmultipath: make physpath distinct from the underlying providers'
zfsd uses a device's physical path attribute to automatically replace a missing 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 a missing ZFS disk when a blank disk is inserted into the same physical slot. Currently gmultipath passes through its underlying providers' physical path attribute. That may cause zfsd to replace a missing gmultipath provider with a newly arrived, single-path disk. That would be bad.
This commit fixes that problem by simply appending "/mp" to the underlying providers' physical path, in a manner similar to what geli already does.
Sponsored by: Axcient MFC after: 3 weeks Differential Revision: https://reviews.freebsd.org/D29941
show more ...
|
Revision tags: release/13.0.0, release/12.2.0, release/11.4.0 |
|
#
deed14f4 |
| 08-May-2020 |
Alan Somers <asomers@FreeBSD.org> |
Fix the sys.geom.class.multipath.misc.fail_on_error test on stable/12
This test uses a gnop feature (delay probability) that isn't available on stable/12. But it's unnecessary; the test works fine
Fix the sys.geom.class.multipath.misc.fail_on_error test on stable/12
This test uses a gnop feature (delay probability) that isn't available on stable/12. But it's unnecessary; the test works fine without it. Removing it simplifies the test and, once MFCed, will allow it to pass on stable/12.
PR: 244158 Reported by: lwhsu MFC after: 2 weeks
show more ...
|
#
67f72211 |
| 06-Dec-2019 |
Alan Somers <asomers@FreeBSD.org> |
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 MFC a
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 MFC after: 2 weeks Sponsored by: Axcient Differential Revision: https://reviews.freebsd.org/D22235
show more ...
|