From 85a701c10c89a806850ce42450f820d63c482935 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 15 Mar 2012 10:50:52 +0000 Subject: todo: Document further virt-sparsify improvements. --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TODO b/TODO index 66cfc65b..b53ca5f8 100644 --- a/TODO +++ b/TODO @@ -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. -- cgit