]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - TODO
mdadm-1.0.0
[thirdparty/mdadm.git] / TODO
diff --git a/TODO b/TODO
index 061a2b42499d5d257f19224121d473d524642db3..8c484abf5979458549a5b7335df49a4bb461fcbb 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,22 +1,33 @@
 
 
-?? Allow -S /dev/md? - current complains subsequent not a/d/r
+?? Allow -S /dev/md? - current complains subsequent not a/d/r - DONE
 
-* write proc.c to parse /proc/mdstat file, and maybe /proc/partitions too.
+* new "Query" mode to subsume --detail and --examine.
+   --query or -Q, takes a device and tells if it is an MD device,
+   and also tells in a raid superblock is found. 
+ DONE
+
+* write mdstat.c to parse /proc/mdstat file
    Build list of arrays:  name, rebuild-percent
+  DONE
+
+* parse /proc/partitions and map major/minor into /dev/* names,
+  and use that for default DEVICE list ????
 
-* --detail --scan to read mdadm.conf, and then iterate over these,
+* --detail --scan to read /proc/mdstat, and then iterate over these,
     but assume --brief.  --verbose can override
     check each subdevice to see if it is in conf_get_devs.
     Warn if not.
+  DONE, but don't warn yet...
 
 * Support multipath ... maybe...
+  maybe DONE
 
 * --follow to syslog 
 
-* --follow to move spares around
+* --follow to move spares around DONE
 
-* --follow to notice other events:
+* --follow to notice other events: DONE
      rebuild started
      spare activated
      spare removed