From owner-freebsd-fs@FreeBSD.ORG Fri Apr 10 21:43:09 2015 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E5D71701 for ; Fri, 10 Apr 2015 21:43:09 +0000 (UTC) Received: from mail-la0-x22b.google.com (mail-la0-x22b.google.com [IPv6:2a00:1450:4010:c03::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A140BEC for ; Fri, 10 Apr 2015 21:43:09 +0000 (UTC) Received: by lagv1 with SMTP id v1so22212506lag.3 for ; Fri, 10 Apr 2015 14:43:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=CMeb8pZuY79bf75So1mY5+kbRv7B/9tEelRLOMexm7U=; b=PVmSIqAkUyo43NT7YUhKC2WYDYTqkNizin2qbrsfuZ91xhTgduHmKTTx7BVRwi8tyN p8Kkja1x2gPSq/bmJ33KnvLys8TGosb3zL/foeu78bDU9HbiNaam4LS3Pz72WoWSXAJi yThQSVKE3F+Hl2bwmC+YLtHz8TKztQRMDtVZSfVoi072rADOh8gcTLoE8jIRT0/Qa5nH ykuHZSTaoJwlJRytZ2r5s7xTGkOC5JZ8nTQoeBZ3sDZv4ychLq+uhSBixOGkZ/GbaNxT YZ3PMRrHXgU9MFZ4HXtyqxPLTZxOwuqzWQpBvXUN2JywW0Ia/X28hV/jWxRiD5YwS4aO +Byw== MIME-Version: 1.0 X-Received: by 10.152.203.134 with SMTP id kq6mr3168900lac.110.1428702187105; Fri, 10 Apr 2015 14:43:07 -0700 (PDT) Received: by 10.114.24.72 with HTTP; Fri, 10 Apr 2015 14:43:07 -0700 (PDT) Date: Fri, 10 Apr 2015 14:43:07 -0700 Message-ID: Subject: Migrating ZFS from 8.3 to 10.1 From: javocado To: FreeBSD Filesystems Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2015 21:43:10 -0000 Hello, I am planning to migrate (upgrade) my system from FreeBSD 8.3 RELEASE to 10.1 RELEASE (both amd64). My zfs pool exists on it's own physical device(s) so my upgrade will consist of: 1. install FreeBSD 10.1 on boot device (in a temp system) 2. remove 8.3 boot device (from production system) 3. install new 10.1 boot device and boot up production system 4. re-mount zfs FS My question is, what do I need to know about how this change will affect or impact the zpool and datasets? Is there any chance zfs data could be lost or destroyed? Might there be a performance loss due to version differences? Is upgrading the zpool (once booted to 10.1) strongly advised? Any downsides or dangers there? Some other info worth considering (production system): ZFS filesystem version 5 ZFS storage pool version 28 Thanks!