Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use mount-options instead of mount to avoid implicit -o sync. | Richard Jones | 2010-02-10 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | guestfs_mount adds -o sync implicitly. This causes a very large performance problem for write-intensive programs (eg. virt-v2v). Document this as a "gotcha". Change the tests, guestfish, Sys::Guestfs::Lib, guestmount to use mount-options instead. (Note that this gotcha does not affect mount-ro). The source of the performance problem was first identified by Matthew Booth. | ||||
* | Documentation: Added a section on libguestfs gotchas. | Richard Jones | 2010-02-08 | 1 | -0/+55 |
| | |||||
* | C#: Add documentation about experimental nature of these bindings. | Richard Jones | 2010-01-04 | 1 | -5/+11 |
| | |||||
* | Move guestfs(3) and guestfish(1) man pages into subdirectories. | Richard Jones | 2009-12-31 | 1 | -0/+1300 |
These manual pages have for a very long time 'lived' in the top source directory. Clean up this situation by moving those manual pages (plus associated generated files) into the src/ and fish/ subdirectories respectively. |