[Bug 253471] Change 348902 : vdev_geom_attach_by_guids() breaks other use cases
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 12 22:31:13 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253471
--- Comment #2 from Dave Baukus <daveb at spectralogic.com> ---
A possible fix that works for PJD's scenario and the one I describe:
In vdev_geom_attach_by_guids()
} else if (best_match != NO_MATCH && match == best_match) {
if (strcmp(pp->name, vdpath) == 0) {
best_pp = pp;
}
}
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list