From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 29 21:27:54 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E45116A4CE; Mon, 29 Nov 2004 21:27:54 +0000 (GMT) Received: from minerva.int.gov.br (nat.int.gov.br [200.20.196.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 889A343D49; Mon, 29 Nov 2004 21:27:53 +0000 (GMT) (envelope-from jonny@jonny.eng.br) Received: from [10.0.8.17] (dinf-02 [10.0.8.17]) by minerva.int.gov.br (Postfix) with ESMTP id E1B39BE565; Mon, 29 Nov 2004 19:27:51 -0200 (BRDT) Message-ID: <41AB9457.6020601@jonny.eng.br> Date: Mon, 29 Nov 2004 19:27:51 -0200 From: =?ISO-8859-1?Q?Jo=E3o_Carlos_Mendes_Lu=EDs?= User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <41A4FD60.4050501@jonny.eng.br> <20041125224547.GB7232@darkness.comp.waw.pl> <41A6B76F.4020101@jonny.eng.br> <20041126082340.GC7232@darkness.comp.waw.pl> <41A78A47.3050309@jonny.eng.br> <20041128202759.GF7232@darkness.comp.waw.pl> <41AB37B8.7060303@jonny.eng.br> In-Reply-To: <41AB37B8.7060303@jonny.eng.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org Subject: Re: Hand on gmirror (Was: Re: gmirror bugs, how many?) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:27:54 -0000 I finally got the system to boot with gmirror fully enabled. But I got this during boot: GEOM_MIRROR: Device vol0 created (id=3592859320). GEOM_MIRROR: Device vol0: provider ad0s1 detected. GEOM_MIRROR: Device vol0: provider ad1s1 detected. GEOM_MIRROR: Device vol0: provider ad1s1 activated. GEOM_MIRROR: Cannot update metadata on disk ad0s1 (error=1). GEOM_MIRROR: Device vol0: provider ad0s1 activated. GEOM_MIRROR: Device vol0: provider mirror/vol0 launched. GEOM_MIRROR: Cannot update metadata on disk ad0s1 (error=1). GEOM_MIRROR: Device vol0: provider ad0s1 disconnected. Both slices have been created with a cylinder less than the maximum, to avoid having to use hardcoded names. The last messages before the shutdown -r were: Nov 29 15:03:56 sigesc kernel: GEOM: Configure ad0s1a, start 0 length 536870912 end 536870911 Nov 29 15:03:56 sigesc kernel: GEOM: Configure ad0s1b, start 536870912 length 536870912 end 1073741823 Nov 29 15:03:56 sigesc kernel: GEOM: Configure ad0s1c, start 0 length 8447394304 end 8447394303 Nov 29 15:03:56 sigesc kernel: GEOM: Configure ad0s1d, start 1073741824 length 7373652480 end 8447394303 Nov 29 15:04:16 sigesc kernel: GEOM_MIRROR: Device vol0: provider ad0s1 detected. Nov 29 15:04:16 sigesc kernel: GEOM_MIRROR: Device vol0: rebuilding provider ad0s1. Nov 29 15:35:19 sigesc kernel: GEOM_MIRROR: Device vol0: rebuilding provider ad0s1 finished. Nov 29 15:35:19 sigesc kernel: GEOM_MIRROR: Device vol0: provider ad0s1 activated. Nov 29 15:35:19 sigesc kernel: GEOM: Configure ad0s1a, start 0 length 536870912 end 536870911 Nov 29 15:35:19 sigesc kernel: GEOM: Configure ad0s1b, start 536870912 length 536870912 end 1073741823 Nov 29 15:35:19 sigesc kernel: GEOM: Configure ad0s1c, start 0 length 8447394304 end 8447394303 Nov 29 15:35:19 sigesc kernel: GEOM: Configure ad0s1d, start 1073741824 length 7373652480 end 8447394303 I thought the syncronization was completed without errors. What have I missed?