Date: Mon, 11 Jan 2016 23:15:50 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 205882] [zfs] can't import l2arc devices by guid after r292066 Message-ID: <bug-205882-6-8h2z7YGK1k@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-205882-6@https.bugs.freebsd.org/bugzilla/> References: <bug-205882-6@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=3D205882 Alan Somers <asomers@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --- Comment #2 from Alan Somers <asomers@FreeBSD.org> --- Fixed by change 293708 Fix importing l2arc device by guid After r292066, vdev_geom verifies both the vdev and pool guids of device labels during open. However, spare and l2arc devices don't have pool guid= s, so opening them by guid will fail (opening by path, when the pathname is known, still succeeds). This change allows a vdev to be opened by guid if the label contains no pool_guid, which is the case for inactive spares and l2arc devices. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205882-6-8h2z7YGK1k>