X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=TODO;h=d0196c8897059c8ecb62a414041a18709b25c0a7;hb=799d52be4f08f6c70c0e8ba1aa7367ba4cdd78c4;hp=da39f1a31337c59841e355137d798ba057a1c0ac;hpb=1e568f057e8bb7b36cc14e0e531d74b75ad9cb6c;p=libguestfs.git diff --git a/TODO b/TODO index da39f1a..d0196c8 100644 --- a/TODO +++ b/TODO @@ -349,3 +349,23 @@ How can we solve these common user problems? In guestfish, specified -m non-existent filesystem. We could suggest a list of filesystems, or suggest they run the virt-list-filesystems command. + +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. + - Ability to create LUKS devices. + - Ability to change LUKS keys on existing devices. + - Direct access to the /dev/mapper device (eg. if it contains + anything apart from VGs).