From owner-freebsd-questions@FreeBSD.ORG Wed Dec 1 15:32:35 2004 Return-Path: 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 6DB7E16A4CE for ; Wed, 1 Dec 2004 15:32:35 +0000 (GMT) Received: from mx.mg-proline.si (ns1.mg-proline.si [212.18.32.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65BAC43D5E for ; Wed, 1 Dec 2004 15:32:34 +0000 (GMT) (envelope-from uros@sir-mag.com) Received: from localhost (localhost [127.0.0.1]) by mx.mg-proline.si (Postfix) with ESMTP id 0CFABF471E for ; Wed, 1 Dec 2004 15:32:32 +0100 (CET) Received: from mx.mg-proline.si ([127.0.0.1]) by localhost (tia.mg-proline.si [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 84919-03-7 for ; Wed, 1 Dec 2004 15:32:28 +0100 (CET) Received: from [10.0.2.1] (BSN-77-34-194.dsl.siol.net [193.77.34.194]) by mx.mg-proline.si (Postfix) with ESMTP id BAE52F18CA for ; Wed, 1 Dec 2004 15:32:28 +0100 (CET) Message-ID: <41ADE40D.5070808@sir-mag.com> Date: Wed, 01 Dec 2004 16:32:29 +0100 From: =?ISO-8859-2?Q?Uro=B9_Gruber?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041103 Thunderbird/0.9 Mnenhy/0.6.0.103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at mg-proline.si Subject: Gvinum stale X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 15:32:35 -0000 Hello! I just setup RAID1 mirroring with gvinum on FreeBSD 5.3 release. This is my message Dec 1 16:11:38 morana kernel: GEOM_VINUM: subdisk swap.p0.s0 is up Dec 1 16:11:38 morana kernel: GEOM_VINUM: subdisk root.p0.s0 is up Dec 1 16:11:38 morana kernel: GEOM_VINUM: subdisk var.p0.s0 is up Dec 1 16:11:38 morana kernel: GEOM_VINUM: subdisk usr.p0.s0 is up Dec 1 16:11:38 morana kernel: GEOM_VINUM: subdisk swap.p1.s0 is stale Dec 1 16:11:38 morana kernel: GEOM_VINUM: subdisk root.p1.s0 is stale Dec 1 16:11:38 morana kernel: GEOM_VINUM: subdisk var.p1.s0 is stale Dec 1 16:11:38 morana kernel: GEOM_VINUM: subdisk usr.p1.s0 is stale When I was adding second disk and use start all subdisk was up and I also check it with fsck, but after shutdown -r now, second disk goes in stale state. If I try to start again it fails with error gvinum -> start var.p1.s0 gvinum: can't start: cannot start 'var.p1.s0' What can be done here. On some other machine same setup steps works ok. regards, Uros