Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | test-tool: Fix multiple memory leaks found by valgrind. | Richard W.M. Jones | 2011-11-24 | 1 | -4/+8 | |
| | ||||||
* | filesystems: Fix memory leak found by valgrind. | Richard W.M. Jones | 2011-11-24 | 1 | -1/+3 | |
| | ||||||
* | part-disk: Change default alignment of this to 64K (128 sectors). | Richard W.M. Jones | 2011-11-24 | 1 | -5/+6 | |
| | | | | | | This is the minimum alignment. 1MB would be better. Note that the exact behaviour is not defined in the API. | |||||
* | virt-alignment-scan: Add checks for when API calls return NULL. | Richard W.M. Jones | 2011-11-24 | 1 | -0/+4 | |
| | | | | | In particular, virt-alignment-scan -a /dev/null would segfault because of an error returned by parted. | |||||
* | New API: md-stop for stopping MD devices | Wanlong Gao | 2011-11-24 | 4 | -1/+47 | |
| | | | | | | | | This API is used to stop a md device. When we want to move a device to another md array, we should stop the md device which contained this device first. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | |||||
* | Rename mdadm_ apis to md_ | Matthew Booth | 2011-11-24 | 6 | -32/+32 | |
| | | | | | | | | | This change renames the following 2 apis: * mdadm_create -> md_create * mdadm_detail -> md_detail This is more consistent with list_md_devices, and removes a reference to an implementation detail from the api. | |||||
* | NFC: Allow multiple config files in inspect_with_augeas in inspect_fs_unix.c | Matthew Booth | 2011-11-24 | 1 | -19/+59 | |
| | | | | This change is in support of the addition of MD support to fstab inspection. | |||||
* | NFC: Consolidate the error path in check_fstab in inspect_fs_unix.c | Matthew Booth | 2011-11-24 | 1 | -14/+9 | |
| | ||||||
* | md: Inspect MD devices | Matthew Booth | 2011-11-24 | 1 | -0/+16 | |
| | ||||||
* | NFC: Declare and use variables on the same line in inspect.c | Matthew Booth | 2011-11-24 | 1 | -4/+2 | |
| | ||||||
* | build: Nothing under images/ should be translated | Matthew Booth | 2011-11-24 | 1 | -0/+1 | |
| | ||||||
* | build: Create an MD variant of the dummy Fedora image | Matthew Booth | 2011-11-24 | 4 | -114/+211 | |
| | | | | | | This change involves rewriting make-fedora-img.sh in perl. This allows the flexibility to write mdadm.conf containing whichever uuids where randomly generated when the md devices were created. | |||||
* | run script: Don't overwrite LD_LIBRARY_PATH and PERL5LIB | Matthew Booth | 2011-11-24 | 1 | -3/+13 | |
| | | | | This change allows the run scripts of virt-v2v and libguestfs to be chained. | |||||
* | gnulib: Rebase to latest. | Richard W.M. Jones | 2011-11-22 | 3 | -0/+7 | |
| | ||||||
* | Don't rely on implicit promotion of float to double in printf args. | Richard W.M. Jones | 2011-11-22 | 2 | -4/+6 | |
| | ||||||
* | fish: In generated code, put function names on a new line. | Richard W.M. Jones | 2011-11-22 | 1 | -5/+10 | |
| | | | | | | | | | eg: static void run_foo () { } | |||||
* | df, testing: Add notes on virt-df numbers (thanks Kashyap Chamarthy). | Richard W.M. Jones | 2011-11-22 | 2 | -1/+49 | |
| | ||||||
* | sparsify: Add -o option for passing qemu-img output format options. | Richard W.M. Jones | 2011-11-22 | 2 | -5/+23 | |
| | ||||||
* | sparsify: Add --compress option. | Richard W.M. Jones | 2011-11-22 | 2 | -5/+16 | |
| | | | | This adds the -c option to the final qemu-img command. | |||||
* | sparsify: Add auto-detection of .vdi files. | Richard W.M. Jones | 2011-11-22 | 3 | -3/+23 | |
| | | | | | | Note that for this to work properly, it requires a patch to the 'file' command. See: https://www.redhat.com/archives/libguestfs/2011-November/msg00120.html | |||||
* | fish: Add MD devices to guestfish device autocompletion. | Matthew Booth | 2011-11-21 | 1 | -0/+3 | |
| | ||||||
* | Version 1.15.5.1.15.5 | Richard W.M. Jones | 2011-11-21 | 21 | -222/+2315 | |
| | ||||||
* | guestfs-testing: Link to libguestfs-test-tool. | Richard W.M. Jones | 2011-11-21 | 1 | -0/+5 | |
| | ||||||
* | contrib: Update introduction to libguestfs. | Richard W.M. Jones | 2011-11-21 | 2 | -29/+123 | |
| | ||||||
* | out-of-tree build: ruby | Hilko Bengen | 2011-11-21 | 3 | -12/+12 | |
| | ||||||
* | Add guestfs-testing(1) man page. | Richard W.M. Jones | 2011-11-20 | 5 | -4/+314 | |
| | | | | This contains suggested manual tests that users can run. | |||||
* | Version 1.15.4.1.15.4 | Richard W.M. Jones | 2011-11-17 | 20 | -14077/+16258 | |
| | ||||||
* | New API: mdadm-detail. | Matthew Booth | 2011-11-17 | 4 | -2/+171 | |
| | ||||||
* | Add custom indentation config for vim. | Matthew Booth | 2011-11-17 | 1 | -0/+9 | |
| | ||||||
* | out of tree build: haskell | Hilko Bengen | 2011-11-16 | 1 | -6/+6 | |
| | ||||||
* | java: out-of-tree build, don't build static library | Hilko Bengen | 2011-11-16 | 1 | -3/+4 | |
| | ||||||
* | out of tree build: erlang | Hilko Bengen | 2011-11-16 | 1 | -1/+1 | |
| | ||||||
* | Update list-filesystems to check md devices. | Matthew Booth | 2011-11-11 | 3 | -24/+104 | |
| | ||||||
* | New API: list-md-devices. | Matthew Booth | 2011-11-11 | 8 | -8/+150 | |
| | | | | | | | Return a list of Linux MD devices detected in the guest. This API complements list_devices, list_partitions, list_lvs and list_dm_devices. | |||||
* | New API: mdadm-create for creating MD devices. | Richard W.M. Jones | 2011-11-11 | 7 | -1/+327 | |
| | ||||||
* | 32 bit: Fix printf off_t. | Richard Jones | 2011-11-11 | 1 | -2/+2 | |
| | ||||||
* | 32 bit: Use %td for ptrdiff_t (difference between two pointers). | Richard W.M. Jones | 2011-11-11 | 1 | -1/+1 | |
| | ||||||
* | df: Disable part of virt-df test. | Richard W.M. Jones | 2011-11-11 | 1 | -8/+10 | |
| | | | | | See: https://www.redhat.com/archives/libguestfs/2011-November/msg00051.html | |||||
* | New API: Bind the tune2fs command. | Richard W.M. Jones | 2011-11-11 | 3 | -1/+247 | |
| | | | | | | | | | | | | | Previously we bound the 'tune2fs -l' command so that we could list out the tunables of an ext2/3/4 filesystem. Also commands like set_e2label and set_e2uuid used tune2fs. This commit binds many of the tunables that can be set using tune2fs. The coverage is not complete, but we can add more later because this uses optional parameters so the call is extensible without breaking ABI. The current change gives us enough for using libguestfs within OpenStack. | |||||
* | tune2fs-l: Add a test. | Richard W.M. Jones | 2011-11-11 | 1 | -1/+4 | |
| | ||||||
* | generator: Support testing the output of RHashtable functions. | Richard W.M. Jones | 2011-11-11 | 3 | -0/+45 | |
| | | | | | You can use TestOutputHashtable to test the output of RHashtable functions. | |||||
* | daemon: Define safe ADD_ARG macro for constructing arg lists on the stack. | Richard W.M. Jones | 2011-11-11 | 5 | -87/+102 | |
| | ||||||
* | Version 1.15.3.1.15.3 | Richard W.M. Jones | 2011-11-09 | 20 | -68/+69 | |
| | ||||||
* | ocaml: Fix bindings when a function takes more than 10 parameters. | Richard W.M. Jones | 2011-11-09 | 1 | -4/+14 | |
| | | | | | | If any function had more than 10 required + optional parameters, OCaml bindings could not be generated. Currently there are no such functions. | |||||
* | tests: Fix bitmask parameter when testing optional arguments. | Richard W.M. Jones | 2011-11-09 | 1 | -6/+7 | |
| | | | | | | | | The bitmask was being constructed backwards(!) As a result, any test which tested optional arguments didn't work. There are very few such tests and they happened not to be affected by this. | |||||
* | fish: More informative documentation of optargs. | Richard W.M. Jones | 2011-11-09 | 1 | -2/+12 | |
| | ||||||
* | ocaml: Compile OCaml bindings and tests with -warn-error. | Richard W.M. Jones | 2011-11-09 | 1 | -12/+15 | |
| | ||||||
* | ocaml: Catch EVENT_ENTER case in test. | Richard W.M. Jones | 2011-11-09 | 1 | -1/+2 | |
| | | | | | | | For some reason we are not compiling the tests with -warn-error so this problem was not noticed before. This fixes commit 9420eaf44ec4067c3740b91b0be0fede08a0c515. | |||||
* | Update FSF address. | Matthew Booth | 2011-11-08 | 299 | -307/+307 | |
| | ||||||
* | daemon: Use a private copy of /etc/lvm so we don't modify the real config. | Richard W.M. Jones | 2011-11-04 | 3 | -16/+101 | |
| | | | | | | | | | In the libguestfs live case we need to be careful not to modify the real /etc/lvm/lvm.conf file (when setting the filter rule). When the daemon starts, make a complete copy of /etc/lvm in a temporary directory, and adjust LVM_SYSTEM_DIR to point to the copy. All changes are made in the temporary copy. |