From owner-freebsd-fs@FreeBSD.ORG Tue Dec 1 16:29:37 2009 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D36171065789 for ; Tue, 1 Dec 2009 16:29:37 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 6878F8FC0A for ; Tue, 1 Dec 2009 16:29:37 +0000 (UTC) Received: by fxm10 with SMTP id 10so4249285fxm.14 for ; Tue, 01 Dec 2009 08:29:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=h/csBBOHDelq2FZWyo6q7ShTnILnbctQDG0CcR4uLwE=; b=hVYrZ8AaQgGUFat5kMc6rrDBM1nqVEzZQAV8Gpgc1JsojZfb3BiJIcacXpwPUnFGzf hvn+2W8DAC/EEPniAU87/aOgKxQ10y96OZlkem4P9Jl1qdYOAo9fib0c9N4NSD2cUMyC ZvecevV/RE4At+h/kOqVSk1aOG7ExvOqZAfKw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Xh6URbG5oEAyQ3YvzErGkv2D8CJJvfsimk0F4vE7vn2KABywPO+iJ9d7Vij1UAvPl1 002XW904p+173MBgZQSRX4Zg1mAX7LAhdPIVi+2IUXLPNQJCXUFr7bTTbOk4BoG4qhlc Alln6/HTmpHaY3AU/K44CgyISEYQnR4zGEpfE= MIME-Version: 1.0 Received: by 10.216.88.18 with SMTP id z18mr24631wee.78.1259684975521; Tue, 01 Dec 2009 08:29:35 -0800 (PST) In-Reply-To: <20091201133206.20754b2b.gerrit@pmp.uni-hannover.de> References: <20091201133206.20754b2b.gerrit@pmp.uni-hannover.de> Date: Tue, 1 Dec 2009 11:29:35 -0500 Message-ID: <5f67a8c40912010829u1cc99b57ubde368413a8e53dd@mail.gmail.com> From: Zaphod Beeblebrox To: =?ISO-8859-1?Q?Gerrit_K=FChn?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-fs@freebsd.org Subject: Re: zfs/zpool upgrade X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2009 16:29:37 -0000 2009/12/1 Gerrit K=FChn > > I have one question concerning zfs and zpool upgrades: > > Some time ago I saw some postings here with procedures to upgrade to newe= r > zpool and zfs versions. These contained exporting and importing the pool > (and upgrading in-between, of course :-). > Is the export strictly neccessary? I have no machine where I could try it > right now, but I think I did use zpool upgrade on imported and online > pools before without noticing any problems. > I upgraded my ZFS pool and all that was required was "zpool upgrade" followed by one "zfs upgrade" for each filesystem on the pool. No import/export was required.