From owner-freebsd-current@FreeBSD.ORG Thu Sep 6 20:33:25 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A4DA16A418; Thu, 6 Sep 2007 20:33:25 +0000 (UTC) (envelope-from bp@barryp.org) Received: from eden.barryp.org (host-42-60-230-24.midco.net [24.230.60.42]) by mx1.freebsd.org (Postfix) with ESMTP id 01E7713C46B; Thu, 6 Sep 2007 20:33:24 +0000 (UTC) (envelope-from bp@barryp.org) Received: from geo.med.und.nodak.edu ([134.129.166.11]) by eden.barryp.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1ITO2W-000HqS-0j; Thu, 06 Sep 2007 15:33:24 -0500 Message-ID: <46E06411.4040206@barryp.org> Date: Thu, 06 Sep 2007 15:33:21 -0500 From: Barry Pederson User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <46D4EFFF.5080807@fusiongol.com> <46D5B46D.5010202@gmail.com> <46D66A23.3060108@fusiongol.com> <20070903124232.GC64967@garage.freebsd.pl> <46E02DEE.1010007@barryp.org> <20070906200652.GB33420@garage.freebsd.pl> In-Reply-To: <20070906200652.GB33420@garage.freebsd.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Encrypted zfs? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2007 20:33:25 -0000 Pawel Jakub Dawidek wrote: >> >> Does ZFS ignore the path if it thinks the device should have a certain >> devid? Is there a slick way to clear out the devid/serial-number from >> the zpool's memory? > > Have you tried zpool export/import? Yes, that works fine. I was wondering if there was a way to do it that didn't involve rebooting (I'm using that pool as root) or otherwise taking the pool offline. I guess this isn't something that a person really needs to be able to do, I'm just poking around to find out what the limitations or tricks are to how ZFS deals with things. Moving a disk from a SATA controller to a non-SATA controller seemed like something worth trying. Barry