summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2001-07-26 07:00:09 +0000
committerNeil Brown <neilb@suse.de>2001-07-26 07:00:09 +0000
commit82b27616de634964db1a71bd5d9813db71e391a1 (patch)
tree310a2ed60dbb0903c73ba261914da269e9ec9072 /TODO
parent682c705194a869b882cd710d5f996142912db390 (diff)
downloadmdadm-82b27616de634964db1a71bd5d9813db71e391a1.tar.gz
mdadm-82b27616de634964db1a71bd5d9813db71e391a1.tar.xz
mdadm-82b27616de634964db1a71bd5d9813db71e391a1.zip
mdctl-v0.4mdctl-v0.4
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 13 insertions, 3 deletions
diff --git a/TODO b/TODO
index f093277..c4d1309 100644
--- 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.