From owner-freebsd-fs@freebsd.org Wed Jun 24 20:48:47 2015 Return-Path: Delivered-To: freebsd-fs@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 0DC6D915CFD for ; Wed, 24 Jun 2015 20:48:47 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C793B1D98; Wed, 24 Jun 2015 20:48:46 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Z7rax-0005D2-To; Wed, 24 Jun 2015 22:48:37 +0200 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Andriy Gapon" , "Warren Block" Cc: freebsd-fs@freebsd.org Subject: Re: 11-CURRENT does not mount my root ZFS References: <5581A7EF.5080606@FreeBSD.org> Date: Wed, 24 Jun 2015 22:48:30 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50, URIBL_BLOCKED autolearn=disabled version=3.3.1 X-Scan-Signature: dfea3049d3b923820beb462d65569822 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2015 20:48:47 -0000 On Wed, 17 Jun 2015 19:22:23 +0200, Warren Block wrote: > On Wed, 17 Jun 2015, Andriy Gapon wrote: > >> On 17/06/2015 18:40, Ronald Klop wrote: >>> Hello, >>> >>> I'm running 10-STABLE on my laptop on ZFS for a while already. >>> Today I compiled and installed a 11-CURRENT kernel. After boot the >>> kernel gives >>> this error at the moment of mountroot. >> [snip] >>> >>> What could be the cause of this? Can I provide more information? >> >> That would be very weird but perhaps the problem is caused by a >> mismatch in pool >> features? Of course, it's hard to imagine that the CURRENT kernel >> would not >> support something that 10-STABLE supported... >> However, zpool get all output might still be informative. > > Outdated boot code on all but one drive? (Sorry, no experience booting > ZFS from MBR.) Hi, Thanks for your responses. I just started to binary search for the revision which breaks when I figured that the kernel I was trying was really old. I had used my svn checkout to look at some old versions of drivers for porting to 10. So I'm now running from a recent 11 kernel and things work like they should! Cheers, Ronald.