Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 1999 23:32:40 -0800 (PST)
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:  <199903130732.XAA17497@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
grog        1999/03/12 23:32:40 PST

  Modified files:
    sys/dev/vinum        vinumconfig.c 
  Log:
  Change the way of recognizing whether a plex was given to a volume
  after the volume had been fully operational; involves a change in the
  use of the VF_NEWBORN flag.  Now if you add a plex to a volume which
  is up, the plex will be down and the subdisks stale.  You need to
  explicitly start the subdisks, which copies data from the good
  subdisks to the uninitialized ones.
  
  Stumbled-over-by: Ludwig Pummer <ludwigp@bigfoot.com>
  
  give_sd_to_drive:
     correct method to give the entire largest chunk of drive to the
     subdisk.  Now it's enough to specify a length, and vinum will give
     you as much as it can.  Not to be recommended except for empty
     drives.
  
     Correct a bogon which made vinum refuse to give the last sector of
     a drive to a subdisk.
  
     Last-reported-by: Ludwig Pummer <ludwigp@bigfoot.com>
  
  Change %q formats to %ll before the former go away.  This doesn't make
  much difference, since kernel kvprintf currently doesn't support
  either, and the messages in question are just error messages.
  
  Revision  Changes    Path
  1.12      +63 -41    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?199903130732.XAA17497>