git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
015b7a2
)
todo: Add comment about progress of long-running operations.
author
Richard Jones
<rjones@redhat.com>
Fri, 2 Jul 2010 19:12:41 +0000
(20:12 +0100)
committer
Richard Jones
<rjones@redhat.com>
Fri, 2 Jul 2010 19:13:01 +0000
(20:13 +0100)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index
da39f1a
..
fc6b3fd
100644
(file)
--- 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.