X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=TODO;h=5bce5d93a7a7446d4ecc8fb506ee7be9d6e226ce;hp=fc6b3fd804be969c4dfe3c99457eb5542b2ce2a6;hb=945e569db64ab2608b21feba0aa94044c9835ac3;hpb=cf9e01508d48b752a29df4fceb95ed5306651fe2 diff --git a/TODO b/TODO index fc6b3fd..5bce5d9 100644 --- a/TODO +++ b/TODO @@ -356,3 +356,14 @@ Progress of long-running operations For example, copying in virt-resize. How can we display the progress of these operations? This is a basic usability requirement, and frequently requested. + +Better support for encrypted devices +------------------------------------ + +Currently LUKS support only works if the device contains volume +groups. If it contains, eg., partitions, you cannot access them. +We would like to add: + + - An easier way to use this from guestfish. + - Direct access to the /dev/mapper device (eg. if it contains + anything apart from VGs).