]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - TODO
Remove partitions from components of an md array
[thirdparty/mdadm.git] / TODO
diff --git a/TODO b/TODO
index a282744a95f0b37a1076beaccd0e5b4ad439fbc7..f79163b88ca434065232034381af3a27aff23c25 100644 (file)
--- 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