Date: Fri, 12 Feb 2021 22:31:13 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 253471] Change 348902 : vdev_geom_attach_by_guids() breaks other use cases Message-ID: <bug-253471-227-WkGRmqBW8b@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-253471-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253471 --- Comment #2 from Dave Baukus <daveb@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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253471-227-WkGRmqBW8b>
