From owner-freebsd-questions@FreeBSD.ORG Sun Mar 16 19:56:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 323A9106566C for ; Sun, 16 Mar 2008 19:56:10 +0000 (UTC) (envelope-from omar@heedme.com) Received: from obstinate.heedme.com (obstinate.heedme.com [64.194.244.229]) by mx1.freebsd.org (Postfix) with ESMTP id D12EA8FC13 for ; Sun, 16 Mar 2008 19:56:09 +0000 (UTC) (envelope-from omar@heedme.com) Received: from obstinate.heedme.com (localhost [127.0.0.1]) by obstinate.heedme.com (8.14.2/8.14.2) with ESMTP id m2GJehZR096529 for ; Sun, 16 Mar 2008 15:40:43 -0400 (EDT) Received: from localhost (omar@localhost) by obstinate.heedme.com (8.14.2/8.14.2/Submit) with ESMTP id m2GJeg1e096526 for ; Sun, 16 Mar 2008 15:40:43 -0400 (EDT) Date: Sun, 16 Mar 2008 15:40:42 -0400 (EDT) From: Omar Siddique To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Shuffling GEOM mirror components X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Mar 2008 19:56:10 -0000 Hi folks, I've been using GEOM mirror, and plan to expand my usage. I was wondering how easy it is to deal with physical moves of the component drives of a mirror. Eg, I have this GEOM mirror, and I migrate the hardware. What's now ad6 becomes ad4 and ad7 becomes ad6. What's the recommended way to do this, or does it "just work" when GEOM discovers the providers in their new locations? > gmirror status Name Status Components mirror/odata COMPLETE ad6 ad7 I checked manpages and handbook but didn't see any info there. (running on FreeBSD 6.3-RELEASE) thanks, -omar