summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-07-02 20:12:41 +0100
committerRichard Jones <rjones@redhat.com>2010-07-02 20:13:01 +0100
commitcf9e01508d48b752a29df4fceb95ed5306651fe2 (patch)
treec32d50ab4fab5496f73176b42107bde7e0c7dff0 /TODO
parent015b7a2ee6b4ba0f1400640fa16e2526a69d081e (diff)
downloadlibguestfs-cf9e01508d48b752a29df4fceb95ed5306651fe2.tar.gz
libguestfs-cf9e01508d48b752a29df4fceb95ed5306651fe2.tar.xz
libguestfs-cf9e01508d48b752a29df4fceb95ed5306651fe2.zip
todo: Add comment about progress of long-running operations.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index da39f1a3..fc6b3fd8 100644
--- a/TODO
+++ b/TODO
@@ -349,3 +349,10 @@ 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.