diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-03-15 10:50:52 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-03-15 16:15:49 +0000 |
commit | 85a701c10c89a806850ce42450f820d63c482935 (patch) | |
tree | 1cce55513f6e6efa5a444800815767fee71045a1 /TODO | |
parent | 98f066e27443287a393dc1fc9f9c0ede4f58be48 (diff) | |
download | libguestfs-85a701c10c89a806850ce42450f820d63c482935.tar.gz libguestfs-85a701c10c89a806850ce42450f820d63c482935.tar.xz libguestfs-85a701c10c89a806850ce42450f820d63c482935.zip |
todo: Document further virt-sparsify improvements.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -611,3 +611,11 @@ opened with O_CLOEXEC. Therefore we need to examine every call to: - socket, socketpair - accept (see also: accept4) - signalfd, timerfd, epoll_create + +virt-sparsify enhancements +-------------------------- + +TMPDIR should be checked to ensure that we won't run out of space +during the conversion, since current behaviour is very bad when this +happens (it usually causes virt-sparsify to hang). This requires +writing a small C binding to statvfs for OCaml. |