Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2000 22:19:44 -0800 (PST)
From:      Greg Lehey <grog@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/vinum commands.c
Message-ID:  <200002290619.WAA17455@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
grog        2000/02/28 22:19:44 PST

  Modified files:
    sbin/vinum           commands.c 
  Log:
  New function checkupdates: check whether configuration updates are
  enabled and print a warning message in varous places if they are not.
  
  Fix typos in comments.
  
  Change some indents to approach style(9).
  
  initvol: If init fails, place the subdisks in a "down" state.
  
  vinum_start(): If we're starting a plex, try doing it directly.  It's
  possible that the state of the plex differs from that of the subdisks,
  for example if somebody has used 'setupstate'.
  
  New functions vinum_raid4 and vinum_raid5 to create RAID-4 and RAID-5
  volumes, analagous to vinum_mirror and vinum_stripe.
  
  vinum_checkparity: Don't try to check the parity of a non-parity plex,
  print a rude remark instead.
  
  Approved-by:  jkh
  
  Revision  Changes    Path
  1.30      +358 -6    src/sbin/vinum/commands.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?200002290619.WAA17455>