From owner-freebsd-geom@FreeBSD.ORG Fri Nov 22 21:58:40 2013 Return-Path: Delivered-To: freebsd-geom@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6BB25220 for ; Fri, 22 Nov 2013 21:58:40 +0000 (UTC) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2BF1220D2 for ; Fri, 22 Nov 2013 21:58:39 +0000 (UTC) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id D52CC28436 for ; Fri, 22 Nov 2013 22:58:37 +0100 (CET) Received: from [192.168.1.2] (ip-89-177-49-222.net.upcbroadband.cz [89.177.49.222]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id E103E2842B for ; Fri, 22 Nov 2013 22:58:35 +0100 (CET) Message-ID: <528FD38B.6070907@quip.cz> Date: Fri, 22 Nov 2013 22:58:35 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.19) Gecko/20110420 Lightning/1.0b1 SeaMonkey/2.0.14 MIME-Version: 1.0 To: freebsd-geom@FreeBSD.org Subject: Re: cannot stop gmirror on 9.2-RELEASE References: <528FC21B.4040007@quip.cz> In-Reply-To: <528FC21B.4040007@quip.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Nov 2013 21:58:40 -0000 Miroslav Lachman wrote: > Hi all, > > I created mirror on top of the partitions on two SSDs. > ada1p2 and ada2p2 are mirrored. > I did this on testing system and then I tried to stop the mirror, so I > can move the disks from one running system and put them in to the > another machine. > After I use command "gmirror stop", the mirror is immediately started > again with GPT names instead of device nodes. After next "gmirror stop", > the mirror is swapped again - the one with GPT names is stopped and new > with device names is started. I found I am not alone and Des committed patch for "sysctl kern.geom.notaste" to HEAD 8 weeks ago http://svnweb.freebsd.org/base?view=revision&revision=255860 Will it be merged to 9-STABLE? Miroslav Lachman