From owner-freebsd-questions@FreeBSD.ORG Fri Jul 29 11:09:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C04016A41F for ; Fri, 29 Jul 2005 11:09:12 +0000 (GMT) (envelope-from kl@os.lv) Received: from paipala.latnet.lv (paipala.latnet.lv [159.148.1.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A21443D45 for ; Fri, 29 Jul 2005 11:09:09 +0000 (GMT) (envelope-from kl@os.lv) Received: from localhost (localhost.localdomain [127.0.0.1]) by paipala.latnet.lv (Postfix) with ESMTP id 6D032511F8 for ; Fri, 29 Jul 2005 14:09:15 +0300 (EEST) Received: from paipala.latnet.lv ([127.0.0.1]) by localhost (paipala.latnet.lv [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02291-04 for ; Fri, 29 Jul 2005 14:09:15 +0300 (EEST) Received: from os.lv (unknown [159.148.155.3]) by paipala.latnet.lv (Postfix) with SMTP id 13B5D511DB for ; Fri, 29 Jul 2005 14:09:15 +0300 (EEST) Received: from 192.168.1.21 ([192.168.1.21]) by os.lv (WinRoute Pro 4.1) with SMTP; Fri, 29 Jul 2005 14:12:02 +0300 Message-ID: <42EA3888.5040100@os.lv> Date: Fri, 29 Jul 2005 17:09:12 +0300 From: Casper User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new 2.2.1 (20041222) at latnet.lv Subject: gmirror synchronization... 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: Fri, 29 Jul 2005 11:09:12 -0000 Hi, I have setuped two disks for mirror: #gmirror label -v -b round-robin www-mirror /dev/ad6 #gmirror insert www-mirror /dev/ad4 after reboot it not mounting nad synchronizing ~ 1% in minute... #gmirror list Geom name: www-mirror State: DEGRADED Components: 2 Balance: round-robin Slice: 4096 Flags: NONE GenID: 0 SyncID: 1 ID: 2896798894 Providers: 1. Name: mirror/www-mirror Mediasize: 200049647104 (186G) Sectorsize: 512 Mode: r1w0e0 Consumers: 1. Name: ad6 Mediasize: 200049647616 (186G) Sectorsize: 512 Mode: r1w1e1 State: ACTIVE Priority: 0 Flags: NONE GenID: 0 SyncID: 1 ID: 1503457719 2. Name: ad4 Mediasize: 200049647616 (186G) Sectorsize: 512 Mode: r1w1e1 State: SYNCHRONIZING Priority: 0 Flags: DIRTY, SYNCHRONIZING GenID: 0 SyncID: 1 Synchronized: 3% ID: 564911442 Why so long if there is only ~7mb on disk yet... How to properly start and mount after reboot it? tnx, C.