[Bug 205882] [zfs] can't import l2arc devices by guid after r292066
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 11 23:15:51 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205882
Alan Somers <asomers at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Closed
Resolution|--- |FIXED
--- Comment #2 from Alan Somers <asomers at 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 guids,
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.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-amd64
mailing list