
-- dmraid 1.0.0-rc4 TODO --					2004.09.13

o use /sys/block/*/removable to avoid acessing removable devices;
  think about a config file

o LILO+GRUB support

o fully support activation of LSI Logic MegaRAID/MegaIDE; this release
  has very basic support for RAID[01] in

o voting on Silicon Image Medley metadata copies in case of missmatch

o more enhancements for RAID set consistency checks

o neater -s output; something better than just paragraphs for super-
  and subsets ?

o elaborate degraded RAID1(0) activation

o enhance metadata write feature in order to be able to store
  state changes persistently; needs an event() method to inform the
  metadata handler about state changes recognized eg, at the device-mapper
  interface layer

o automatic selection of appropriate RAID set in case of multiple
  RAID signatures (ie. in case there is a consistent one, pick it):
  right now this situation is spotted and the user can select a format
  to use for activation
  -or-
  can optionally erase the invalid signature and retry activation.

o higher RAID levels above 1.
  Main restriction to support these is the need for device-mapper targets
  which map RAID3+5

o klibc support (dietlibc works with a dietized libdevmapper)

o SNIA DDF metadata format handler

o MD metadata format handler

o daemon linked to libdmraid which keeps track of RAID device and set
  state changes (eg, io errors) and decides about degration etc.;
  needs frontend CLI program

o more cleanup and enhance debug and verbose output

o support other partitions than MSDOS on Software RAID devices or
  use kpartx instead ?

o streamline group_rd(sil.c); use alloc_or_find_set()
