cvs commit: src/sys/geom/vinum geom_vinum.c

Christian S.J. Peron csjp at FreeBSD.org
Wed Jun 23 19:40:35 PDT 2004


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


More information about the cvs-src mailing list