- Dec 15, 2014
-
-
Nikos Skalkotos authored
-
- Nov 04, 2014
-
-
Nikos Skalkotos authored
If qemu-nbd is not present at the host system, only accept raw images as input media. This is a workaround for ancient systems like CentOS 6.x where the nbd module is not compiled in the default kernel and the qemu package does not include the qemu-nbd executable.
-
- Sep 16, 2014
-
-
Nikos Skalkotos authored
Older versions of qemu-img do not accept a '--output json' option
-
- Sep 12, 2014
-
-
Nikos Skalkotos authored
If you are a regular user, some root commands like modprobe may not be in your path.
-
- Sep 10, 2014
-
-
Nikos Skalkotos authored
Only use the device mapper when snapshotting block devices. If the input media is a regular file, then create a qcow2 image and define the original media as backing_file.
-
Nikos Skalkotos authored
Use qemu-nbd to export a QEMU image as raw where needed
-
Nikos Skalkotos authored
This used to be a class in the util module, but since this is only used on the Image, it suits better there.
-
Nikos Skalkotos authored
When snapshotting make sure that the size of the underlying block device is equal to the input media's virtual size. If the input media is not raw, the QEMU image driver may grow the underlying image. The block device should be big enough to allow this kind of operations.
-
- Aug 18, 2014
-
-
Nikos Skalkotos authored
When the user picks a directory that contains VirtIO drivers, show him the version of the discovered drivers in the confirmation box.
-
- Jun 10, 2014
-
-
Nikos Skalkotos authored
According to the decision of the GRNET Board of Directors, switch license to GPLv3. This commit will be propagated to the release and master branches based on git flow, and the next release will be licensed as GPLv3.
-
- Aug 03, 2013
-
-
Nikos Skalkotos authored
It used to be a function in util module
-
Nikos Skalkotos authored
The machine hardware name fetched by `uname -m' should have been stripped, and a --enable-kvm option should be added if the returned executable was qemu-system-<arch>
-
- Jul 30, 2013
-
-
Nikos Skalkotos authored
On some systems it is kvm, on some others it is qemu-system-x86_64. On 32bit PC it is qemu-system-i386
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
This function is used to check if a specified libguestfs version is smaller, greater or equal to the installed one
-
- Jun 11, 2013
-
-
Nikos Skalkotos authored
* Prefix all private methods with _ * Write missing docstrings * Move all public methods above the private ones * Add module docstrings where missing * Define source code encodings on all modules
-
- Apr 25, 2013
-
-
Nikos Skalkotos authored
-
- Mar 28, 2013
-
-
Nikos Skalkotos authored
-
- Mar 22, 2013
-
-
Nikos Skalkotos authored
-
- Jan 10, 2013
-
-
Nikos Skalkotos authored
The cow file when creating images or the temporary image file when bundling the host system may be large. Allow the user to overwrite the directory under which those files get created.
-
- Dec 30, 2012
-
-
Nikos Skalkotos authored
Add a new try_fail_repeat function that wraps cleanup system commands and retries them if they fail. There are cases where commands like dmsetup, umount and losetup -d may fail with device is busy. In most of the cases, sleeping for halve a second and retrying does the job.
-
- Oct 22, 2012
-
-
Nikos Skalkotos authored
PBS has now bocome sh.
-
- Jun 11, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Jun 05, 2012
-
-
Nikos Skalkotos authored
All image-creator components now output messages using an instance of one of the output classes.
-
- Apr 26, 2012
-
-
Nikos Skalkotos authored
-
- Apr 24, 2012
-
-
Nikos Skalkotos authored
-
- Apr 23, 2012
-
-
Nikos Skalkotos authored
-
- Apr 20, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Apr 10, 2012
-
-
Nikos Skalkotos authored
Also merge data_cleanup tasks with syspreps and did a major cleanup
-
- Mar 24, 2012
-
-
Nikos Skalkotos authored
All printing had to be reordered and now it is done from a central point.
-
- Mar 23, 2012
-
-
Nikos Skalkotos authored
-
- Mar 20, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Mar 19, 2012
-
-
Nikos Skalkotos authored
-
- Mar 09, 2012
-
-
Nikos Skalkotos authored
The package is buggy and we can use pbs to do the same thing.
-