From owner-freebsd-questions@FreeBSD.ORG Fri Oct 17 22:49:26 2003 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 352C816A4B3 for ; Fri, 17 Oct 2003 22:49:26 -0700 (PDT) Received: from front3.mail.megapathdsl.net (front3.mail.megapathdsl.net [66.80.60.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94A6543FB1 for ; Fri, 17 Oct 2003 22:49:25 -0700 (PDT) (envelope-from aarong@megapathdsl.net) Received: from [64.32.182.44] (HELO megapathdsl.net) by front3.mail.megapathdsl.net (CommuniGate Pro SMTP 4.1.3) with ESMTP id 104277011 for freebsd-questions@freebsd.org; Fri, 17 Oct 2003 22:49:18 -0700 Date: Fri, 17 Oct 2003 22:48:49 -0700 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed From: aarong To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.552) Subject: vinum volumes crash on reboot 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: Sat, 18 Oct 2003 05:49:26 -0000 I have a FreeBSD 4.8-RELEASE system with two identical 80GB IDE drives. Vinum knows /dev/ad0 as "alpha" and "beta" is /dev/ad3. The boxes root slice is a Vinum volume and everything on alpha runs flawlessly. However for the past week I've tried to mirror alpha onto beta without success. Whether adding plexes, or just creating a simple 512MB volume on drive beta, Vinum will state beta as "referenced" and, in the case below, plexes as faulty after rebooting. What I'm having difficulty figuring out is why Vinum has a problem, as none of the logs say why. # cat /var/log/vinum_history ... 19 Oct 2003 09:53:17.040730 *** vinum started *** 19 Oct 2003 09:53:17.667679 list 19 Oct 2003 09:53:21.147581 dumpconfig 19 Oct 2003 09:53:32.324243 saveconfig 19 Oct 2003 09:53:35.926307 create /vinum.mirror drive beta device /dev/ad3s1h plex name swap.p1 org concat volume swap sd len 2096871s driveoffset 265s drive beta plex name root.p1 org concat volume root sd len 256000s driveoffset 2097136s drive beta plex name var.p1 org concat volume var sd len 8388608s driveoffset 2353136s drive beta plex name usr.p1 org concat volume usr sd len 145554562s driveoffset 10741744s drive beta 19 Oct 2003 09:53:35.944129 *** Created devices *** 19 Oct 2003 09:53:43.675439 start var.p1 19 Oct 2003 09:53:43.675439 start var.p1 19 Oct 2003 10:03:30.711839 list 19 Oct 2003 10:03:33.272723 saveconfig 19 Oct 2003 10:03:34.532888 dumpconfig 19 Oct 2003 10:03:46.270709 start swap.p1 19 Oct 2003 10:03:46.270709 start swap.p1 19 Oct 2003 10:07:11.181007 list 19 Oct 2003 10:07:13.149052 saveconfig 19 Oct 2003 10:07:14.561537 dumpconfig 19 Oct 2003 10:07:19.001842 quit 19 Oct 2003 10:16:06.479528 *** vinum started *** 19 Oct 2003 10:16:07.000739 list 19 Oct 2003 10:26:16.436109 quit # cat /var/log/messages | grep vinum ... Oct 19 09:49:33 /kernel: Preloaded elf module "vinum.ko" at 0xc05e209c. Oct 19 09:49:33 /kernel: Mounting root from ufs:/dev/vinum/root Oct 19 09:53:36 /kernel: vinum: drive beta is up Oct 19 09:53:36 /kernel: vinum: swap.p1 is faulty Oct 19 09:53:36 /kernel: vinum: root.p1 is faulty Oct 19 09:53:36 /kernel: vinum: var.p1 is faulty Oct 19 09:53:36 /kernel: vinum: usr.p1 is faulty Oct 19 09:59:31 /kernel: vinum: var.p1.s0 is up by force Oct 19 09:59:31 /kernel: vinum: var.p1 is up Oct 19 09:59:31 /kernel: vinum: var.p1.s0 is up Oct 19 10:05:12 /kernel: vinum: swap.p1.s0 is up by force Oct 19 10:05:12 /kernel: vinum: swap.p1 is up Oct 19 10:05:12 /kernel: vinum: swap.p1.s0 is up Oct 19 10:08:53 /kernel: Preloaded elf module "vinum.ko" at 0xc05e209c. Oct 19 10:08:53 /kernel: Mounting root from ufs:/dev/vinum/root Output straight from my ssh shell can be found at http://www.dwoloz.com/vinum.txt Please CC me as I'm not subscribed to -questions. Confused, -aarong