
-- dmraid 1.0.0.rc8 TODO --					2005.05.19

o avoid multiple syfs mount point errors

o lilo+grub support (Gerte Hoogewerf/Christophe Saout are working on lilo)

o more enhancements for RAID set consistency checks

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

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,4,5

o klibc support (dietlibc works with a dietized libdevmapper)

o MD metadata format handler

o SNIA DDF metadata format handler

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 event 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 and enhanced metadata write feature.
  daemon should be of general use for other applications a well.

o more cleanup and enhance debug and verbose output

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

o support layout option on set display

o regular expressions for metadata format, RAID device and RAID set selection

o does dmraid need a config file ?
