summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-01-27 01:44:47 +0000
committerNeil Brown <neilb@suse.de>2006-01-27 01:44:47 +0000
commit838acbc2724c57f9dc1facec201d20f09a81d375 (patch)
tree1a677a68c68492d43e7c870cd3193bd79fa35642 /TODO
parentd2cd3ffc026ae8dbc09d5243ec60694afe26e81b (diff)
downloadmdadm-838acbc2724c57f9dc1facec201d20f09a81d375.tar.gz
mdadm-838acbc2724c57f9dc1facec201d20f09a81d375.tar.xz
mdadm-838acbc2724c57f9dc1facec201d20f09a81d375.zip
Assorted fixes...
Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'TODO')
-rw-r--r--TODO19
1 files changed, 19 insertions, 0 deletions
diff --git a/TODO b/TODO
index a282744..f79163b 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,22 @@
+2005-dec-20
+ Want an incremental assembly mode to work nicely with udev.
+ Core usage would be something like
+ mdadm --incr-assemble /dev/newdevice
+ This would
+ - examine the device to determine uuid etc.
+ - look for a match in /etc/mdadm.conf, abort if not found
+ - find that device and collect current contents
+ - perform an 'assemble' analysis to make sure we have the best set of devices.
+ - remove or add devices as appropriate
+ - possibly start the array if it was complete
+
+ Other usages could involve
+ - specify which array to auto-add to.
+ This requires an existing array for uuid matching... is there any point?
+
+ -
+
+
2004-june-02
* Don't print 'errors' flag, it is meaningless. DONE
* Handle new superblock format