Module Name: src Committed By: haad Date: Sat Dec 5 01:25:12 UTC 2009
Modified Files: src/sys/dev/dm: TODO Log Message: Remove wrong TODO item, it violates abstraction between kernel-libdevmapper and lvm tools. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/dm/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/dm/TODO diff -u src/sys/dev/dm/TODO:1.5 src/sys/dev/dm/TODO:1.6 --- src/sys/dev/dm/TODO:1.5 Mon Apr 13 16:12:27 2009 +++ src/sys/dev/dm/TODO Sat Dec 5 01:25:12 2009 @@ -12,9 +12,6 @@ * Integrate LVM with the sysinst, so we can configure LVM during installation -* Parse whole config line for every target in NetBSD libdevmapper and do not - work with strings in the kernel. - Pain in the sky tasks * Implement multipath target for network attached storage devices.