Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Aug 1999 23:24:35 -0700 (PDT)
From:      Greg Lehey <grog@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/vinum vinumconfig.c
Message-ID:  <199908140624.XAA75255@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
grog        1999/08/13 23:24:35 PDT

  Modified files:
    sys/dev/vinum        vinumconfig.c 
  Log:
  Add code which someday will help support hot spares.
  
  checkdiskconfig(): remove.  It didn't make any sense to complain about
  kernel keywords in user config files; it just made it more difficult
  to convert.  Now we ignore kernel keywords if we're not in kernel
  mode.
  
  get_empty_sd: initialize sectors.
  
  free_drive: don't close if we don't have a vp.  Maybe this will help
  fix the problem that peter had, but I wouldn't count on it.
  
  config_plex: If the plex is RAID-5, give it a rangelock structure.
  
  start_config: Reset current drive, plex and volume so that a new
  'create' command doesn't get long-dead defaults.
  
  Revision  Changes    Path
  1.24      +46 -30    src/sys/dev/vinum/vinumconfig.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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