From owner-freebsd-fs@FreeBSD.ORG Tue Jul 15 15:29:15 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F66A36A for ; Tue, 15 Jul 2014 15:29:15 +0000 (UTC) Received: from smtp1.multiplay.co.uk (smtp1.multiplay.co.uk [85.236.96.35]) by mx1.freebsd.org (Postfix) with ESMTP id 64EBB21D9 for ; Tue, 15 Jul 2014 15:29:14 +0000 (UTC) Received: by smtp1.multiplay.co.uk (Postfix, from userid 65534) id 83D7D20E7088A; Tue, 15 Jul 2014 15:29:07 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.multiplay.co.uk X-Spam-Level: ** X-Spam-Status: No, score=2.0 required=8.0 tests=AWL,BAYES_00,DOS_OE_TO_MX, FSL_HELO_NON_FQDN_1,HELO_NO_DOMAIN,RDNS_DYNAMIC autolearn=no version=3.3.1 Received: from r2d2 (82-69-141-170.dsl.in-addr.zen.co.uk [82.69.141.170]) by smtp1.multiplay.co.uk (Postfix) with ESMTPS id 4204220E70885; Tue, 15 Jul 2014 15:29:01 +0000 (UTC) Message-ID: <32B54DD726454D099B9C380913A65ABC@multiplay.co.uk> From: "Steven Hartland" To: "Johan Hendriks" , References: <53C54607.2090100@gmail.com> Subject: Re: zpool upgrade does not work with latest 10 STABLE Date: Tue, 15 Jul 2014 16:29:01 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2014 15:29:15 -0000 kernel and world out to sync? ----- Original Message ----- From: "Johan Hendriks" To: Sent: Tuesday, July 15, 2014 4:17 PM Subject: zpool upgrade does not work with latest 10 STABLE > Hello all. > > Two days ago I upgraded my zpool to the latest version using zpool > upgrade. This worked fine. Today there where some new features added to > ZFS and I did rebuild the system. A zpool status shows me that the pool > can be upgraded. > > beasty ~ # zpool list > NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT > storage 1.81T 1.06T 767G 58% 1.00x ONLINE - > > beasty ~ # zpool status > pool: storage > state: ONLINE > status: Some supported features are not enabled on the pool. The pool can > still be used, but some features are unavailable. > action: Enable all features using 'zpool upgrade'. Once this is done, > the pool may no longer be accessible by software that does not support > the features. See zpool-features(7) for details. > scan: scrub repaired 0 in 2h28m with 0 errors on Tue Jul 15 13:57:56 2014 > config: > > NAME STATE READ WRITE CKSUM > storage ONLINE 0 0 0 > mirror-0 ONLINE 0 0 0 > gpt/disk01 ONLINE 0 0 0 > gpt/disk02 ONLINE 0 0 0 > mirror-1 ONLINE 0 0 0 > gpt/disk03 ONLINE 0 0 0 > gpt/disk04-r ONLINE 0 0 0 > > errors: No known data errors > > beasty ~ # uname -a > FreeBSD beasty.mydomain.local 10.0-STABLE FreeBSD 10.0-STABLE #0 > r268604: Mon Jul 14 11:01:01 CEST 2014 > root@beasty.mydomain.local:/usr/obj/usr/src/sys/KRNL amd64 > > beasty ~ # zpool upgrade > This system supports ZFS pool feature flags. > > All pools are formatted using feature flags. > > Some supported features are not enabled on the following pools. Once a > feature is enabled the pool may become incompatible with software > that does not support the feature. See zpool-features(7) for details. > > POOL FEATURE > --------------- > storage > embedded_data > > > But when i do a zpool upgrade it give me an error. > > beasty ~ # zpool upgrade storage > This system supports ZFS pool feature flags. > > cannot set property for 'storage': invalid argument for this pool operation > > > All things seem to work, and the scrub did a good job also.... > > Is there something I am missing? > > regards > Johan > > > > > > > > _______________________________________________ > freebsd-fs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org" >