From owner-freebsd-fs@FreeBSD.ORG Thu Nov 26 18:34:09 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 38005106566C for ; Thu, 26 Nov 2009 18:34:09 +0000 (UTC) (envelope-from gcorcoran@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id ED20B8FC12 for ; Thu, 26 Nov 2009 18:34:08 +0000 (UTC) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 26 Nov 2009 13:34:08 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.10.7-GA) with ESMTP id QIM34484; Thu, 26 Nov 2009 13:34:08 -0500 (EST) X-Auth-ID: gcorcoran Received: from 216-164-180-100.c3-0.tlg-ubr8.atw-tlg.pa.cable.rcn.com (HELO [10.56.78.161]) ([216.164.180.100]) by smtp01.lnh.mail.rcn.net with ESMTP; 26 Nov 2009 13:34:08 -0500 Message-ID: <4B0ECA97.4060904@rcn.com> Date: Thu, 26 Nov 2009 13:36:07 -0500 From: Gary Corcoran User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Subject: Upgrading OS and ZFS 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: Thu, 26 Nov 2009 18:34:09 -0000 I have a server consisting of a mirrored pair of UFS disks containing the OS, which is 7.0-CURRENT-200705, and a raidz zpool, with ZFS version 6. I want to upgrade the OS to 8.0-RELEASE, and upgrade the zpool. Since I don't have any important data on the OS disks, I plan to just do a fresh install of 8.0 on the UFS disk(s). My concern is how to do the upgrades without losing any zfs data. I believe I just need to do the following steps. Please advise if this will safely do the zpool upgrade, or whether a different sequence of actions is required to ensure I don't lose any ZFS data. 1. zpool export poolname 2. install FreeBSD 8.0 3. zpool import poolname 4. zpool upgrade poolname Is it really that easy? Thanks, Gary