From owner-freebsd-geom@FreeBSD.ORG Sun Apr 24 02:24:43 2005 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF88F16A4CE; Sun, 24 Apr 2005 02:24:43 +0000 (GMT) Received: from mx.toxahost.ru (ns.toxahost.ru [62.89.204.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1CBF43D4C; Sun, 24 Apr 2005 02:24:42 +0000 (GMT) (envelope-from toxa@toxahost.ru) Received: from localhost (laptoxa.toxa.lan [192.168.1.3]) by mx.toxahost.ru (Toxa) with ESMTP id A310D76; Sun, 24 Apr 2005 06:25:02 +0400 (MSD) Date: Sun, 24 Apr 2005 06:24:34 +0400 From: Toxa To: FreeBSD-CURRENT X-Comment-To: "Anton A. Karpov" Message-ID: <20050424022434.GA3384@laptoxa.toxa.lan> Mail-Followup-To: FreeBSD-CURRENT , freebsd-geom@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Outluck Express 1.5.6i for MS-DOS 6.22-SMP X-Mailer: See User-Agent above :) X-Operating-System: MS-DOS 6.22-CURRENT on Sony VAIO laptop X-PGP-Public-Key: http://toxahost.ru/gpg/pubkey.asc X-Useless-Header: Do Androids Dream of Electric Sheep? cc: freebsd-geom@freebsd.org Subject: gmirror: Not all disks connected X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 02:24:43 -0000 I've installed 5.4-rc3 recently and decided to play with geom gmirror. I have two fresh SAMSUNG SP0411N/TW100-11, so I've put it together and followed steps described in http://people.freebsd.org/~rse/mirror/. Everything was ok, but when I rebooted with "the final two-disk GEOM mirror setup", I've noticed what it's probably still one disk in gm0: Timecounter "TSC" frequency 1817908512 Hz quality 800 Timecounters tick every 10.000 msec ad0: 38203MB [77619/16/63] at ata0-master UDMA100 ad1: 38204MB [77622/16/63] at ata0-slave UDMA100 GEOM_MIRROR: Device gm0 created (id=2404813840). GEOM_MIRROR: Device gm0: provider ad1 detected. GEOM_MIRROR: Force device gm0 start due to timeout. GEOM_MIRROR: Device gm0: provider ad1 activated. GEOM_MIRROR: Device gm0: provider mirror/gm0 launched. Mounting root from ufs:/dev/mirror/gm0s1a Well, maybe I've lost last changes ang gmirror still lives with ad1 only? cymbal# gmirror list Geom name: gm0 State: DEGRADED Components: 2 Balance: round-robin Slice: 4096 Flags: NONE GenID: 0 SyncID: 3 ID: 2404813840 Providers: 1. Name: mirror/gm0 Mediasize: 40060403200 (37G) Sectorsize: 512 Mode: r7w7e2 Consumers: 1. Name: ad1 Mediasize: 40060403712 (37G) Sectorsize: 512 Mode: r1w1e1 State: ACTIVE Priority: 0 Flags: DIRTY GenID: 0 SyncID: 3 ID: 3247857729 When I tried to repeat last steps, I got message "Not all disks connected". cymbal# gmirror configure -a gm0 Not all disks connected. cymbal# gmirror status Name Status Components mirror/gm0 DEGRADED ad1 It seems like gmirror think I've lost ad0, but it's ok. I've tried to play with gmirror utility but in most cases I've got "Not all disk connected" message. Any help will be very appreciated. Thanks in advance.