From owner-freebsd-fs@FreeBSD.ORG Thu Jul 17 09:13:32 2014 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 ESMTPS id 700CCA7E for ; Thu, 17 Jul 2014 09:13:32 +0000 (UTC) Received: from mail-wg0-x229.google.com (mail-wg0-x229.google.com [IPv6:2a00:1450:400c:c00::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 092AD2076 for ; Thu, 17 Jul 2014 09:13:31 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id z12so2139994wgg.24 for ; Thu, 17 Jul 2014 02:13:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=mILvyCVI+spWTXLeM3kOJf6+jJ39Q1K6ZLLXgPcb038=; b=dzuUW9yC/54KDGa6kvSakHNP57aTAMlnvWeJMuBODJn9o4fM8qfAycylOyii7CgGTx CmombIFvUUMzULq0FVpW6NrEcx63nY87tx7v5NAy68esft0O006LXqcXTOzlayUtvl8z nnhPl5bXZB689tz7bJeOblZcmOLz9pp5vahWHNiQPD+JJtEC6Ud21Oy73fLKRJQBqC2w S912BfuIIb4zcCREPeSUzW/n3Q55HPTUbimsiMljr2S+iUtSEPJjL6UUAo3VkgYpoObD h6FWk3Yuo9Xy654eSO5XOk6GezXXd9bAGU7RYSxkWzwL4GEQ69WPIu8kx6hTOdMn9NGQ kAHQ== X-Received: by 10.180.221.172 with SMTP id qf12mr10842862wic.54.1405588408183; Thu, 17 Jul 2014 02:13:28 -0700 (PDT) Received: from [192.168.1.145] ([193.173.55.180]) by mx.google.com with ESMTPSA id jv9sm4673660wjc.28.2014.07.17.02.13.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 17 Jul 2014 02:13:27 -0700 (PDT) Message-ID: <53C793B4.4040700@gmail.com> Date: Thu, 17 Jul 2014 11:13:24 +0200 From: Johan Hendriks User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-fs@freebsd.org Subject: Re: zpool upgrade does not work with latest 10 STABLE References: <53C54607.2090100@gmail.com> In-Reply-To: <53C54607.2090100@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Thu, 17 Jul 2014 09:13:32 -0000 A rebuild did the job, probably I have made some error. It is all working like it is supposed to work. sorry for the noise.. regards op 15-07-14 17:17, Johan Hendriks schreef: > 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 > > > > > > >