From owner-freebsd-fs@FreeBSD.ORG Wed Feb 24 09:53:46 2010 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 262E8106564A for ; Wed, 24 Feb 2010 09:53:46 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from mail-fx0-f223.google.com (mail-fx0-f223.google.com [209.85.220.223]) by mx1.freebsd.org (Postfix) with ESMTP id 9DEB48FC08 for ; Wed, 24 Feb 2010 09:53:45 +0000 (UTC) Received: by fxm23 with SMTP id 23so766373fxm.3 for ; Wed, 24 Feb 2010 01:53:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=J04L7Qb6b2FOH8HCoVQ7LUN8EQQsWu/2zu0a5jwnt9s=; b=FzNW441N1x8N9GzCeqvZZ/p0/5brWZ83H+PXwdkLIzYlIrphaZIep8VJtXWat0V/Vu 56uU08c63k7Ex5orgb8Z5QxkQXCyYwdZUjf7Ulk1BCfyEU0i98qnJQANWW1wNWlK633O bO4iq8aXD0A6HJwS6KB66n5Pw8NSf86B+F4GI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=D1n6QZ990zMndEo82mawU8Xlbshpv+CdYyu/TGvOm4yGxIZeJmTZNx4ygLCKsGMogf RtFRF18A6OHHvTpXMdyGGRcstjWmbyEHd02qWemzA8Wqr+ceM0L+ZrR7+FTeMYbC0t6w OUfLk8KNRu04ITWkpS3DPKVs2JsYs8tEH6eX0= Received: by 10.103.87.39 with SMTP id p39mr4777388mul.95.1267005217469; Wed, 24 Feb 2010 01:53:37 -0800 (PST) Received: from ?10.32.23.105? ([195.34.111.178]) by mx.google.com with ESMTPS id 25sm7804223mul.16.2010.02.24.01.53.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 24 Feb 2010 01:53:36 -0800 (PST) From: Nikolay Denev Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Wed, 24 Feb 2010 11:53:32 +0200 Message-Id: <26CCAE99-B056-4754-9324-2945D1643C78@gmail.com> To: freebsd-fs@freebsd.org Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) Subject: should zfs care so much about device name changes 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: Wed, 24 Feb 2010 09:53:46 -0000 Hello, I wanted to test the new option ATA_CAM, but that would require a boot = from another media (USB Drive/CD) and a zpool export/import to update the vdev names. (actually it's shown as "path" in the = zpool.cache file) because otherwise the system would refuse to = open/mount the pool. But is that really necessary given the fact that all the devices are = here, and have matching GUIDS to those in the zpool.cache file? Shouldnt ZFS just import the pool?=20 In the current state what would one have to do to for example test = ATA_CAM on a remote machine, where export/import from a rescue media is not possible? Thanks, Niki=