diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-04-30 09:42:36 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-04-30 09:42:36 +0100 |
commit | a23e84ee0283ef538f21d201d72176f83f4da4ae (patch) | |
tree | e6c6c579080d8acc183276e4744153fe22220a4c /TODO | |
parent | cc798540370658ecc1bba94c4ab4b64485c9bcc6 (diff) | |
download | libguestfs-a23e84ee0283ef538f21d201d72176f83f4da4ae.tar.gz libguestfs-a23e84ee0283ef538f21d201d72176f83f4da4ae.tar.xz libguestfs-a23e84ee0283ef538f21d201d72176f83f4da4ae.zip |
todo: virt-sparsify whitelist option.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -463,6 +463,13 @@ 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. +'virt-sparsify --whitelist' option to generate skeletons (for +debugging, bug forensics, diagnosis). The whilelist option would +specify a list of files to be *preserved*. All other files in the +image would be replaced by equivalent files of zeroes, thus minimizing +the size of the debug image that needs to be shipped to us by the +customer. + Optimize the appliance ---------------------- |