From owner-freebsd-fs@FreeBSD.ORG Mon Apr 13 01:28: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 9090C106572A for ; Mon, 13 Apr 2009 01:28:09 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: from mail-fx0-f167.google.com (mail-fx0-f167.google.com [209.85.220.167]) by mx1.freebsd.org (Postfix) with ESMTP id 15C0A8FC17 for ; Mon, 13 Apr 2009 01:28:08 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: by fxm11 with SMTP id 11so1852547fxm.43 for ; Sun, 12 Apr 2009 18:28:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:to:subject:from :organization:content-type:mime-version:content-transfer-encoding :message-id:user-agent; bh=11U0ZIBBiEtJvEyKwNts20VuXKZyt72X6I147uzTzkQ=; b=X/nlgiAaVZMqawTRwRsiq2Y2g83p3BTS9ViFzCz/k5igyX/sxr0TO84J6Ll2VOwsWN WFTeakswE9D7T6CNjVWZ7I56HuNRbuleERagRu/Mfm9GKHEhORDr57zz5ed6aiKSHTYv 9M0ZP4MNYG0BaUxCJUwhC8yfLejwFrU8VHyPM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:subject:from:organization:content-type:mime-version :content-transfer-encoding:message-id:user-agent; b=DHRBVv1U8015QFrv3SDzGlDoPqBKdnaiHgdM3I0I9EYlLtS/a5OuV15yFC/KgHfGRY qyVnkvmAmH0LIzQTZkzifjEkDg/JXwPbC7uu0MPLLzKUBiq+hxGfd8f3qEjnxDTmKsa8 LbHShNYt0LtNAbvsnaGfhO9/S0k9lPg+4D/4o= Received: by 10.86.61.13 with SMTP id j13mr4321661fga.65.1239584625706; Sun, 12 Apr 2009 18:03:45 -0700 (PDT) Received: from sam.firefly (132-37.105-92.cust.bluewin.ch [92.105.37.132]) by mx.google.com with ESMTPS id 12sm6360561fgg.22.2009.04.12.18.03.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 12 Apr 2009 18:03:45 -0700 (PDT) Date: Mon, 13 Apr 2009 03:03:44 +0200 To: freebsd-fs@freebsd.org From: "Tobias C. Berner" Organization: - Content-Type: text/plain; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: User-Agent: Opera Mail/10.00 (FreeBSD) Subject: zfs and moving devices 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: Mon, 13 Apr 2009 01:28:12 -0000 Hi I have a zfs pool NAME STATE READ WRITE CKSUM multimedia ONLINE 0 0 0 ad8 ONLINE 0 0 0 ad10 ONLINE 0 0 0 ad12 ONLINE 0 0 0 ad14 ONLINE 0 0 0 Now, I need more sata-connecters. If I activate an other onboard-controller, the device names move: ad8 -> ad14 ad10 -> ad16 ad12 -> ad18 ad14 -> ad20 What is the proper way to handle this in zfs? thanks, Tobias