From owner-freebsd-hackers@freebsd.org Mon Oct 19 09:19:25 2015 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECFCCA18646 for ; Mon, 19 Oct 2015 09:19:25 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from kif.fubar.geek.nz (kif.fubar.geek.nz [178.62.119.249]) by mx1.freebsd.org (Postfix) with ESMTP id BCA861DE9 for ; Mon, 19 Oct 2015 09:19:25 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from bender.Home (bcdccf38.skybroadband.com [188.220.207.56]) by kif.fubar.geek.nz (Postfix) with ESMTPSA id 98ADBD7900; Mon, 19 Oct 2015 09:18:53 +0000 (UTC) Date: Mon, 19 Oct 2015 10:18:51 +0100 From: Andrew Turner To: Eric McCorkle Cc: "freebsd-hackers@freebsd.org" Subject: Re: EFI/ZFS Update: successful tests, need more complex vdevs Message-ID: <20151019101851.28895dfa@bender.Home> In-Reply-To: <56211825.3080403@metricspace.net> References: <56211825.3080403@metricspace.net> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; amd64-portbld-freebsd10.1) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2015 09:19:26 -0000 On Fri, 16 Oct 2015 11:30:45 -0400 Eric McCorkle wrote: > Hi, > > I've received a few successful test reports for EFI/ZFS, on both ZFS > and UFS systems. I have personally been using it for some time in a > GRUB + loader.efi setup. > > I have a fairly minor test result for loader.efi. I have confirmed > that "nextboot -k" works fine. > > In general, I need testing on ZFS setups with more complex vdevs > (l2arc, intent logs, mirroring, striping, raidz, etc.) Do you have an updated patch? When I looked at this recently the patch didn't apply cleanly. Andrew