From owner-freebsd-fs@FreeBSD.ORG Fri Aug 2 14:54:05 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EF7E4397 for ; Fri, 2 Aug 2013 14:54:05 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from mail.egr.msu.edu (hill.egr.msu.edu [35.9.37.162]) by mx1.freebsd.org (Postfix) with ESMTP id C4C7C2ACF for ; Fri, 2 Aug 2013 14:54:05 +0000 (UTC) Received: from hill (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 7A6EA15530 for ; Fri, 2 Aug 2013 10:53:58 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by hill (hill.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 74Vf8EK-TIsF for ; Fri, 2 Aug 2013 10:53:58 -0400 (EDT) Received: from EGR authenticated sender Message-ID: <51FBC806.3070500@egr.msu.edu> Date: Fri, 02 Aug 2013 10:53:58 -0400 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130708 Thunderbird/17.0.7 MIME-Version: 1.0 To: freebsd-fs@freebsd.org Subject: Re: ZFS: unsupported ZFS version 5000 (should be 28) References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Aug 2013 14:54:06 -0000 On 08/02/13 03:48, Tim Gustafson wrote: > Ok, so I think I have a little more of an idea as to what happened. > > Apparently, when I did an "svn checkout" this evening, I grabbed > releng/9.1 rather than releng/8.4. Apparently, that make > buildworld/buildkernel/installkernel/installworld also upgraded the > zpool for me, or something...I'm not sure what happened, but I *am* > sure I didn't type "zpool upgrade" at any point. Is an automatic > zpool upgrade included in installkernel now? can you run 'zpool history | grep upgrade' and see if it recalls any upgrade commands?