From owner-freebsd-fs@FreeBSD.ORG Tue Nov 17 09:00:54 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 D96741065672 for ; Tue, 17 Nov 2009 09:00:54 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 6CC438FC18 for ; Tue, 17 Nov 2009 09:00:54 +0000 (UTC) Received: by bwz5 with SMTP id 5so6948055bwz.3 for ; Tue, 17 Nov 2009 01:00:53 -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:content-type; bh=qcctAhJSsu6x0FwGW/C7I+s2k283gtpFDzPmmSvNxfk=; b=fUBuA/SdoQ0l+4LKZtvbvAmNyPXRlq5TSb9o+5ZprbeHs/GtlrzIkcR7Xd4IVd9PZ3 htg/ihAMudsEmEYmsiJO1jDrjj6TAf/B8bOD99l0L20AEYng+v7ePQrBz2qVLB33eNJI i6unlXn7YS0EmAXywfCk1tFma67JDLs9buU8c= 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 :content-type; b=OqHDXSrUCdBlkz+1N+D0i2D7V0S6m6aqTjvHqpPbXz2BXiHrH+SyTPdYjpTewetEGA 9KWsV7W3dj/qJ6czJxUokbuqFPNmtf8IaIVqFgzV4T9lqqfh2Sg1lbND9496SkFvmUVB 2pq+x3Fdlzux8SqM4sKsQxScSlpYNb5cC66wU= MIME-Version: 1.0 Received: by 10.204.8.138 with SMTP id h10mr5708405bkh.187.1258448453389; Tue, 17 Nov 2009 01:00:53 -0800 (PST) In-Reply-To: <982FC0F3-0071-41E7-94A5-A49720B1771B@gmail.com> References: <982FC0F3-0071-41E7-94A5-A49720B1771B@gmail.com> Date: Tue, 17 Nov 2009 11:00:53 +0200 Message-ID: <2e77fc10911170100i7a867706mf6887759a963b248@mail.gmail.com> From: Niki Denev To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: ZFS resilver/replace changed vdev names from da(4) to gptid 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, 17 Nov 2009 09:00:54 -0000 On Tue, Nov 17, 2009 at 6:10 AM, Nikolay Denev wrote: [snip] > P.S.: This also makes me wonder how I can safely make all of the other vdevs use gptid, as I plan to replace > the SATA controller with a new one that probably is going to export the devices as ad(4) or ada(4). Reading the manual always helps :) In this case a "zpool export" and then "zpool import -d /dev/gptid" should do the trick. > -- > Regards, > Nikolay Denev