From owner-cvs-all@FreeBSD.ORG Thu Jun 24 02:40:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FA3416A4CE; Thu, 24 Jun 2004 02:40:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 080BE43D39; Thu, 24 Jun 2004 02:40:35 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5O2eYRn025417; Thu, 24 Jun 2004 02:40:34 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5O2eYOP025416; Thu, 24 Jun 2004 02:40:34 GMT (envelope-from csjp) Message-Id: <200406240240.i5O2eYOP025416@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Thu, 24 Jun 2004 02:40:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/vinum geom_vinum.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2004 02:40:35 -0000 csjp 2004-06-24 02:40:34 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum.c Log: Currently, if the drives specified for volume creation are not active GEOM providers, it will result in a kernel panic. If the GEOM provider or disk goes away before the volume configuration data gets written to the disk, it will result in another kernel panic. o Make sure that the drives specified for volume creation are active GEOM providers. o When writing out volume configuration data to associated drives, make sure that the GEOM provider is active, otherwise continue to the next drive in the volume. Approved by: le, bmilekic (mentor) Revision Changes Path 1.3 +19 -2 src/sys/geom/vinum/geom_vinum.c