X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fmdadm.git;a=blobdiff_plain;f=TODO;h=a282744a95f0b37a1076beaccd0e5b4ad439fbc7;hp=646095f8be09f6e91f39ceec130427cd3dbd7020;hb=dd0781e50555c32ff2f808ec46f4b03a5693ea47;hpb=56eedc1a3f077e1822a4ee0889a78d89e834b037 diff --git a/TODO b/TODO index 646095f8..a282744a 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,17 @@ +2004-june-02 + * Don't print 'errors' flag, it is meaningless. DONE + * Handle new superblock format + * create device file on demand, particularly partitionable devices. DONE + BUT figure a way to create the partition devices. + auto=partN + * Use Event: interface to listen for events. DONE, untested + * Make sure mdadm -As can assemble multi-level RAIDs ok. + * --build to build raid1 or multipath arrays + clean or not ??? + +---------------------------------------------------------------------------- +* mdadm --monitor to monitor failed multipath paths and re-instate them. + * Maybe make "--help" fit in 80x24 and have a --long-help with more info. DONE