From owner-freebsd-fs@FreeBSD.ORG Mon Apr 13 05:05:51 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 2F18E1065674 for ; Mon, 13 Apr 2009 05:05:51 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (mail.in-addr.com [IPv6:2001:470:8:162::1]) by mx1.freebsd.org (Postfix) with ESMTP id 0678A8FC0A for ; Mon, 13 Apr 2009 05:05:51 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from gjp by noop.in-addr.com with local (Exim 4.54 (FreeBSD)) id 1LtEMg-0009pT-C4 for freebsd-fs@freebsd.org; Mon, 13 Apr 2009 01:05:50 -0400 Date: Mon, 13 Apr 2009 01:05:50 -0400 From: Gary Palmer To: freebsd-fs@freebsd.org Message-ID: <20090413050550.GA44022@in-addr.com> References: <59adc1a0904122054j52cf9c60h6b3909379e04463@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <59adc1a0904122054j52cf9c60h6b3909379e04463@mail.gmail.com> Subject: Re: 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 05:05:51 -0000 On Mon, Apr 13, 2009 at 06:54:12AM +0300, Dimitar Vasilev wrote: > 2009/4/13 Tobias C. Berner : > > 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 > > > > _______________________________________________ > > freebsd-fs@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-fs > > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org" > > > > There was an option for ata_static_id's in $KERNCONF - you need to > enable this to keep the sata from shifting.Don't remember the exact > magic instance - should be somewhere in LINT/hint/GENERIC. > Should resemble something like ATA_STATIC_ID. % grep STATIC /sys/i386/conf/GENERIC options ATA_STATIC_ID # Static device numbering Regards, Gary