From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 19:34:25 2010 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 DCFF31065670 for ; Tue, 30 Nov 2010 19:34:25 +0000 (UTC) (envelope-from peter@pean.org) Received: from smtprelay-h21.telenor.se (smtprelay-h21.telenor.se [195.54.99.196]) by mx1.freebsd.org (Postfix) with ESMTP id 9A2888FC13 for ; Tue, 30 Nov 2010 19:34:25 +0000 (UTC) Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-h21.telenor.se (Postfix) with ESMTP id 5D23C143F9 for ; Tue, 30 Nov 2010 20:15:46 +0100 (CET) X-SENDER-IP: [85.225.7.221] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjsWAHvc9ExV4QfdPGdsb2JhbAAHiBiMbI4XAQEBATXEZ4VHBIpi X-IronPort-AV: E=Sophos;i="4.59,281,1288566000"; d="scan'208";a="155597656" Received: from c-dd07e155.166-7-64736c14.cust.bredbandsbolaget.se (HELO [172.25.0.40]) ([85.225.7.221]) by ipb1.telenor.se with ESMTP; 30 Nov 2010 20:15:33 +0100 From: =?iso-8859-1?Q?Peter_Ankerst=E5l?= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Tue, 30 Nov 2010 20:15:32 +0100 Message-Id: <8FB835EA-1688-4E0A-B45F-335084F78D79@pean.org> To: freebsd-questions@freebsd.org Mime-Version: 1.0 (Apple Message framework v1082) X-Mailer: Apple Mail (2.1082) Subject: Splitting hw raid mirror. 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: Tue, 30 Nov 2010 19:34:25 -0000 Hi, Im running FreeBSD 8.0-RELEASE (FreeBSD hostname 8.0-RELEASE FreeBSD 8.0-RELEASE #1: Tue Dec 1 = 16:10:08 CET 2009 peter@hostname:/usr/obj/usr/src/sys/GENERIC amd64) and have a MTP-raidcard with a configured mirror.=20 mpt0 Adapter: Board Name: SAS3041E Board Assembly: L3-01101-04F Chip Name: C1064E Chip Revision: UNUSED RAID Levels: RAID0, RAID1, RAID1E RAID0 Stripes: 64K RAID1E Stripes: 64K RAID0 Drives/Vol: 2-10 RAID1 Drives/Vol: 2 RAID1E Drives/Vol: 3-10 Now I want to split this mirror into standalone drives but I dont know = if its possible. Since Im using zfs anyway it seems better to let zfs take care of the mirroring giving = it the possibility to self heal and so on. and of course ease of administration. When consulting the manual i see this: clear Delete the entire configuration including all volumes and = spares. All drives will become standalone drives. and=20 delete volume Delete the volume volume. Member drives will become = standalone drives. IF! what this does is just leave da0 as one of the disks and makes the = other disk in the mirror available to the operating system as da1 then everything should be fine. = But I cant take the risk if everything goes boom. :D Is there anyone that has any experience in this situation?