Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 2016 16:14:39 -0700
From:      Alan Somers <asomers@freebsd.org>
Cc:        "src-committers@freebsd.org" <src-committers@freebsd.org>,  "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>,  "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r293708 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
Message-ID:  <CAOtMX2jKKUuFxk3U8mCNG2daG9g2dsnFuN4L%2BxKTc-5A-XgGuQ@mail.gmail.com>
In-Reply-To: <201601112215.u0BMFkhq018699@repo.freebsd.org>
References:  <201601112215.u0BMFkhq018699@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I referenced the wrong PR.  The correct PR is 205882.

On Mon, Jan 11, 2016 at 3:15 PM, Alan Somers <asomers@freebsd.org> wrote:
> Author: asomers
> Date: Mon Jan 11 22:15:46 2016
> New Revision: 293708
> URL: https://svnweb.freebsd.org/changeset/base/293708
>
> Log:
>   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.
>
>   PR:           292066
>   Reported by:  delphij
>   Reviewed by:  delphij, smh
>   MFC after:    2 weeks
>   Sponsored by: Spectra Logic Corp
>   Differential Revision:        https://reviews.freebsd.org/D4861
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOtMX2jKKUuFxk3U8mCNG2daG9g2dsnFuN4L%2BxKTc-5A-XgGuQ>