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/> References: <bug-253471-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253471 --- 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 !=3D NO_MATCH && match =3D=3D best_match) { if (strcmp(pp->name, vdpath) =3D=3D 0) { best_pp =3D pp; } } --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253471-227-WkGRmqBW8b>