Fri Jan 2 01:13:49 2009 UTC ()
Add more tasks and add more details about them.


(haad)
diff -r1.3 -r1.4 src/sys/dev/dm/TODO

cvs diff -r1.3 -r1.4 src/sys/dev/dm/TODO (expand / switch to unified diff)

--- src/sys/dev/dm/TODO 2008/12/22 02:18:53 1.3
+++ src/sys/dev/dm/TODO 2009/01/02 01:13:49 1.4
@@ -1,18 +1,24 @@ @@ -1,18 +1,24 @@
1Important unimplemented features in current device-mapper implementation 1Important unimplemented features in current device-mapper implementation
2 2
3* implement dm_dev_event_ioctl and dm_target_msg_ioctl functions 3* Implement dm_dev_event_ioctl and dm_target_msg_ioctl functions
4 4
5* write more targets mirror, stripe. 5* Write more targets mirror, stripe.
6 6
7* snapshot target, there is some code in repository already 7* Snapshot target, there is some code in repository already
 8
 9 General LVM tasks
 10
 11* Cleanup resize_ffs to properly resize filesystem on LV
 12
 13* Integrate LVM with the sysinst, so we can configure LVM during installation
8 14
9* integrate LVM with sysinst, so we can configure LVM during installation 
10 15
11 Pain in the sky tasks 16 Pain in the sky tasks
12 17
13* implement multipath target for network attached storage devices. 18* Implement multipath target for network attached storage devices.
14 19
15* Cluster lvm extension, NetBSD needs Distributed Lock Manager for this. 20* Cluster lvm extension, NetBSD needs Distributed Lock Manager for this.
16 21
17* write GPL free libdevmapper and lvm2tools. 22* Write GPL free libdevmapper and lvm2tools.
 23 See http://mail-index.netbsd.org/tech-kern/2008/09/24/msg002794.html
18  24