https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253471
--- Comment #2 from Dave Baukus <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
