]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - TODO
mdctl-v0.4
[thirdparty/mdadm.git] / TODO
diff --git a/TODO b/TODO
index f093277e24e2a2fa0f9daea2c129f123ad1c8cd0..c4d1309a635a4bc0d8d2d6bd5fd3963bcea5cec8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,12 +1,22 @@
 
-- check superblock checksum in examine
-- report "chunk" or "rounding" depending on raid level
+- check superblock checksum in examine DONE
+- report "chunk" or "rounding" depending on raid level DONE
 - report "linear" instead of "-1" for raid level DONE
 - decode ayout depending on raid level DONE
 - get Assemble to upgrade devices if force flag.
 - --verbose and --force flags.
 
-- set md_minor, *_disks for Create
+- set md_minor, *_disks for Create  - DONE
 - for create raid5, how to choose between 
    all working, but not insync
    one missing, one spare, insync
+- when RUN_ARRAY, make sure *_disks counts are right
+
+- get --detail to extract extra stuff from superblock,
+   like uuid  DONE
+- --detail --brief to give a config file line
+- parse config file. DONE
+- test...
+
+- when --assemble --scan, if an underlying device is an md device, 
+  then try to assemble that device first.