Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Aug 2005 17:07:47 +0000 (UTC)
From:      Lukas Ertl <le@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 geom_vinum_drive.c geom_vinum_var.h
Message-ID:  <200508151707.j7FH7lZQ080967@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
le          2005-08-15 17:07:47 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/vinum       geom_vinum.c geom_vinum_drive.c 
                         geom_vinum_var.h 
  Log:
  Fix a stupid logic bug introduced in geom_vinum_drive.c rev 1.18:
  
  When a drive is newly created, it's state is initially set to 'down',
  so it won't allow saving the config to it (thus it will never know of
  itself being created).  Work around this by adding a new flag, that's
  also checked when saving the config to a drive.
  
  Revision  Changes    Path
  1.17      +2 -0      src/sys/geom/vinum/geom_vinum.c
  1.19      +6 -1      src/sys/geom/vinum/geom_vinum_drive.c
  1.10      +1 -0      src/sys/geom/vinum/geom_vinum_var.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508151707.j7FH7lZQ080967>