From owner-freebsd-current@FreeBSD.ORG Mon Nov 1 02:07:29 2004 Return-Path: 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 3A69116A4CE for ; Mon, 1 Nov 2004 02:07:29 +0000 (GMT) Received: from postman.riken.go.jp (postman.riken.go.jp [134.160.33.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 057D743D31 for ; Mon, 1 Nov 2004 02:07:28 +0000 (GMT) (envelope-from sty@iki.fi) Received: (qmail 53704 invoked by uid 1111); 1 Nov 2004 02:07:23 -0000 Received: from sty@iki.fi by postman-smtp2.riken.go.jp by uid 0 with qmail-scanner-1.20 (sweep: 2.18/3.77. Clear:RC:1(134.160.173.1):. Processed in 0.667556 secs); 01 Nov 2004 02:07:23 -0000 Received: from unknown (HELO ?172.16.112.232?) (134.160.173.1) by postman.riken.go.jp with RC4-MD5 encrypted SMTP; 1 Nov 2004 02:07:22 -0000 Message-ID: <41859A97.4000703@iki.fi> Date: Mon, 01 Nov 2004 11:08:23 +0900 From: =?ISO-8859-1?Q?Tommi_L=E4tti?= User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: gmirror help X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 01 Nov 2004 02:07:29 -0000 I just started using gmirror and I'm booting from it. What strikes me odd is that there is some error messages in messages.log: ad4: 35304MB [71730/16/63] at ata2-master SATA150 GEOM_MIRROR: Device mirror0 created (id=3031340501). GEOM_MIRROR: Device mirror0: provider ad4 detected. ad6: 35304MB [71730/16/63] at ata3-master SATA150 GEOM_MIRROR: Cannot add disk ad4s1 to mirror0 (error=17). GEOM_MIRROR: Cannot add disk ad4c to mirror0 (error=17). GEOM_MIRROR: Cannot add disk ad4f to mirror0 (error=17). GEOM_MIRROR: Device mirror0: provider ad6 detected. GEOM_MIRROR: Device mirror0: provider ad6 activated. GEOM_MIRROR: Device mirror0: provider mirror/mirror0 launched. GEOM_MIRROR: Device mirror0: rebuilding provider ad4. GEOM_MIRROR: Cannot add disk ad6s1 to mirror0 (error=17). GEOM_MIRROR: Cannot add disk ad6c to mirror0 (error=17). GEOM_MIRROR: Cannot add disk ad6f to mirror0 (error=17). GEOM_MIRROR: Cannot add disk ad6s1c to mirror0 (error=17). GEOM_MIRROR: Cannot add disk ad6s1f to mirror0 (error=17). SMP: AP CPU #1 Launched! Mounting root from ufs:/dev/mirror/mirror0s1a and after booting the mirror is in DEGRADED mode: # gmirror list Geom name: mirror0 State: DEGRADED Components: 2 Balance: load Slice: 4096 Flags: NONE SyncID: 1 ID: 3031340501 Providers: 1. Name: mirror/mirror0 Mediasize: 37019565568 (34G) Sectorsize: 512 Mode: r6w5e2 Consumers: 1. Name: ad4 Mediasize: 37019566080 (34G) Sectorsize: 512 Mode: r0w1e1 State: SYNCHRONIZING Priority: 0 Flags: DIRTY, SYNCHRONIZING SyncID: 1 Synchronized: 9% ID: 2876396261 2. Name: ad6 Mediasize: 37019566080 (34G) Sectorsize: 512 Mode: r6w5e3 State: ACTIVE Priority: 1 Flags: DIRTY SyncID: 1 ID: 881985206 Geom name: mirror0.sync Consumers: 1. Name: mirror/mirror0 Mediasize: 37019565568 (34G) Sectorsize: 512 Mode: r1w0e0 I'm running FBSD 5.3-RC1 (just installed from cd) on dual-opteron (64b) tyan K8S Pro. Two 37G raptors as ad4 and ad6. -- br, Tommi