Date: Thu, 24 Jun 2004 02:40:34 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom/vinum geom_vinum.c Message-ID: <200406240240.i5O2eYOP025416@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406240240.i5O2eYOP025416>
