xref: /netbsd-src/sys/dev/dm/TODO (revision 274254cdae52594c1aa480a736aef78313d15c9c)
1Important unimplemented features in current device-mapper implementation
2
3* Implement dm_dev_event_ioctl and dm_target_msg_ioctl functions
4
5* Write more targets mirror, stripe.
6
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
14
15
16			Pain in the sky tasks
17
18* Implement multipath target for network attached storage devices.
19
20* Cluster lvm extension, NetBSD needs Distributed Lock Manager for this.
21
22* Write GPL free libdevmapper and lvm2tools.
23  See http://mail-index.netbsd.org/tech-kern/2008/09/24/msg002794.html
24
25