Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update FSF address. | Matthew Booth | 2011-11-08 | 4 | -4/+4 |
| | |||||
* | test-virt-sparsify: Relax size_after constraint (for Debian). | Richard W.M. Jones | 2011-10-27 | 1 | -1/+1 |
| | | | | | | | size_after on Debian was 10136K. The host filesystem was ext3 (vs ext4 for Fedora where we did the original testing). Probably indirect blocks (vs more efficient extents on ext4) causes the difference, although I did not look at it in detail. | ||||
* | ocaml: Make sure virt-resize, virt-sparsify are rebuilt if Guestfs API changes. | Richard W.M. Jones | 2011-10-25 | 2 | -8/+8 |
| | | | | | | | | Add a dependency so these tools are rebuilt from scratch if the Guestfs API changes. This prevents the error: "[...] make inconsistent assumptions over interface Guestfs". This commit includes the generated changes to .depend files. | ||||
* | sparsify: Fix --ignore option to work on canonical device names. | Richard W.M. Jones | 2011-10-04 | 1 | -2/+7 |
| | |||||
* | docs: Clearer language in virt-sparsify man page. | Richard W.M. Jones | 2011-10-04 | 1 | -2/+2 |
| | |||||
* | New tool: virt-sparsify to make disk images sparse. | Richard W.M. Jones | 2011-10-04 | 9 | -0/+1070 |