mirror of
https://github.com/opnsense/src.git
synced 2026-05-16 11:09:35 -04:00
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
Differential Revision: https://reviews.freebsd.org/D29941
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| concat | ||
| eli | ||
| gate | ||
| mirror | ||
| multipath | ||
| nop | ||
| part | ||
| raid3 | ||
| shsec | ||
| stripe | ||
| uzip | ||
| geom_subr.sh | ||
| Makefile | ||
| Makefile.depend | ||
| Makefile.inc | ||