freebsd-dev/sbin/vinum
Greg Lehey 85882abb00 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
2000-02-29 06:19:42 +00:00
..
commands.c New function checkupdates: check whether configuration updates are 2000-02-29 06:19:42 +00:00
list.c Explicitly type large scalar parameters to avoid compilation warnings 2000-01-05 05:56:47 +00:00
Makefile Remove -g compiler flag. 2000-01-03 12:01:30 +00:00
v.c Don't use /dev/vinum/rsd/XXX for init as it doesn't exist any more. 2000-02-06 02:40:22 +00:00
vext.h Change parameters of some declarations. 2000-01-05 05:58:01 +00:00
vinum.8 Describe 'move' function. 2000-01-05 05:59:08 +00:00