summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2002-03-08 00:03:52 +0000
committerNeil Brown <neilb@suse.de>2002-03-08 00:03:52 +0000
commit9a9dab3670110c2db7fe6f716977b72adedbf855 (patch)
treeaadc786bb3f847d7ff670b61d15fbb5ef6651c82 /TODO
parentcd29a5c835c11cbcedc10487677eac6a946ad61b (diff)
downloadmdadm-9a9dab3670110c2db7fe6f716977b72adedbf855.tar.gz
mdadm-9a9dab3670110c2db7fe6f716977b72adedbf855.tar.xz
mdadm-9a9dab3670110c2db7fe6f716977b72adedbf855.zip
mdadm-0.7mdadm-0.7
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO b/TODO
index a23e0fe..061a2b4 100644
--- a/TODO
+++ b/TODO
@@ -5,7 +5,7 @@
* write proc.c to parse /proc/mdstat file, and maybe /proc/partitions too.
Build list of arrays: name, rebuild-percent
-* --detail --scan to read mdctl.conf, and then iterate over these,
+* --detail --scan to read mdadm.conf, 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.
@@ -23,7 +23,7 @@
spare added
------------------------------------
-- --examine --scan scans all drives and build an mdctl.conf file DONE
+- --examine --scan scans all drives and build an mdadm.conf file DONE
- check superblock checksum in examine DONE
- report "chunk" or "rounding" depending on raid level DONE
@@ -49,9 +49,9 @@
then try to assemble that device first.
-- mdctl -S /dev/md0 /dev/md1 gives internal error FIXED
+- mdadm -S /dev/md0 /dev/md1 gives internal error FIXED
-- mdctl --detail --scan print summary of what it can find?
+- mdadm --detail --scan print summary of what it can find?
---------