From owner-freebsd-current@FreeBSD.ORG Sun Jul 3 21:40:07 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D7B216A41C for ; Sun, 3 Jul 2005 21:40:07 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: from pne-smtpout1-sn1.fre.skanova.net (pne-smtpout1-sn1.fre.skanova.net [81.228.11.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id E01A143D53 for ; Sun, 3 Jul 2005 21:40:06 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: from royal64.emp.zapto.org (195.198.193.104) by pne-smtpout1-sn1.fre.skanova.net (7.2.060.1) id 42B813B00024A201; Sun, 3 Jul 2005 23:40:06 +0200 Date: Sun, 3 Jul 2005 23:39:54 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Message-ID: <4F9C9299A10AE74E89EA580D14AA10A6028586@royal64.emp.zapto.org> Content-class: urn:content-classes:message X-MS-Has-Attach: X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 X-MS-TNEF-Correlator: Thread-Topic: GBDE on geom_stripe cannot be manually detached Thread-Index: AcWAF8AZSVUfDSlRQIukrR3k7u1AXw== From: "Daniel Eriksson" To: Cc: Poul-Henning Kamp Subject: GBDE on geom_stripe cannot be manually detached X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 21:40:07 -0000 If you create a geom_stripe device (/dev/stripe/somename) and then set up GBDE on that device, manually detaching GBDE fails. 'gbde init' and 'gbde attach' works just fine: /dev/stripe/: crw-r----- 1 root operator 4, 119 Jul 3 21:57 stripe_500GB crw-r----- 1 root operator 4, 141 Jul 3 22:59 stripe_500GB.bde I've tried: gbde detach stripe_500G gbde detach stripe/stripe_500G gbde detach /dev/stripe/stripe_500G All fail with the same type of error: gbde: Detach of stripe_500G failed: Geom not found This is on a machine running CURRENT from earlier today. /Daniel Eriksson