similar to: Re: Latest Stable version

Displaying 20 results from an estimated 80000 matches similar to: "Re: Latest Stable version"

2018 Aug 28
0
ANNOUNCE: nbdkit 1.6 - an NBD server toolkit with stable plugin API and permissive license
NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. nbdkit is a toolkit for creating NBD servers. The key features are: * Multithreaded NBD server written in C with good performance. * Minimal dependencies for the basic server. * Liberal license (BSD) allows nbdkit to be linked to proprietary libraries or included in
2019 Nov 18
0
Re: How to build virt-v2v after the project was separated
I've pushed a few commits which fix various aspects of the build and may improve things for you: commit d5ce9c91469d3d384aa32735453a1f8a20d4ec25 Author: Richard W.M. Jones <rjones@redhat.com> Date: Mon Nov 18 10:11:57 2019 +0000 tests: Add TESTS_ENVIRONMENT in a couple of makefiles. We were accidentally testing the installed virt-v2v rather than the locally built
2009 Nov 10
0
ANNOUNCE: libguestfs 1.0.78 released
I'm pleased to announce the release of libguestfs 1.0.78. Libguestfs is a library for accessing and modifying virtual machine disk images. Home page: http://libguestfs.org/ Source: http://libguestfs.org/download/ Binaries: http://libguestfs.org/FAQ.html#binaries A Fedora build is available in Koji here: http://koji.fedoraproject.org/koji/packageinfo?packageID=8391 (These release
2019 Nov 18
1
Re: How to build virt-v2v after the project was separated
On Mon, Nov 18, 2019 at 12:15 PM Richard W.M. Jones <rjones@redhat.com> wrote: > > > I've pushed a few commits which fix various aspects of the build and > may improve things for you: With current master building virt-v2v succeeds, thanks! I think we still have an issue with new checkout, having to delete common/ and update the submodule. > commit
2018 Nov 02
3
Plan for 1.40
I feel it's been many months since we had a stable release and we've added some significant new features in that time, notably support for v2v to OpenStack. If you have anything that you'd like to get in before 1.40 then let me know by following up. On my list are just two items: * virt-v2v documentation refactoring Preliminary patch posted here:
2018 Nov 12
0
ANNOUNCE: nbdkit 1.8 - an NBD server toolkit with stable plugin API and permissive license
I’m pleased to announce the next stable release of nbdkit. NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. nbdkit is a toolkit for creating NBD servers. The key features are: * Multithreaded NBD server written in C with good performance. * Minimal dependencies for the basic server. * Liberal license (BSD) allows nbdkit
2014 Sep 29
1
Re: Why libguestfs guest exist exceptionally?
On Mon, Sep 29, 2014 at 1:41 AM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Mon, Sep 29, 2014 at 01:35:08AM +0800, Zhi Yong Wu wrote: >> On Mon, Sep 29, 2014 at 1:27 AM, Richard W.M. Jones <rjones@redhat.com> wrote: >> > User-Mode Linux is also a possibility. Slow but consistent >> Slow is a big concern... > > There are some measurements here:
2015 Oct 15
0
Re: [PATCH v3 0/3] v2v: simplify driver copying from virtio-win iso
On Wed, Oct 14, 2015 at 07:55:41PM +0300, Roman Kagan wrote: > Libguestfs supports passing an ISO image as a source of virtio windows > drivers to v2v. > > This series attempts to make it simpler and better scoped. Looks good (apart from patch 3 - the Gc.compact is necessary!) I'm just running the tests and will push it later if that goes well. Thanks, Rich. -- Richard Jones,
2018 Apr 06
0
Re: [nbdkit PATCH] tests: Skip guestfs tests on CentOS 6
On Thu, Apr 05, 2018 at 03:03:41PM -0500, Eric Blake wrote: > CentOS 6 has libguestfs-devel 1.20.11, which predates the support > in guestfs_add_drive_opts() for requesting an nbd drive instead > of a local file. The guestfs plugin can still be built, so no > configure changes are needed; but skip the tests that fail to > compile so that 'make check' can at least complete.
2014 Sep 28
0
Re: Why libguestfs guest exist exceptionally?
On Mon, Sep 29, 2014 at 01:35:08AM +0800, Zhi Yong Wu wrote: > On Mon, Sep 29, 2014 at 1:27 AM, Richard W.M. Jones <rjones@redhat.com> wrote: > > User-Mode Linux is also a possibility. Slow but consistent > Slow is a big concern... There are some measurements here: http://rwmj.wordpress.com/2013/08/14/performance-of-user-mode-linux-as-a-libguestfs-backend/ Rich. -- Richard
2020 Apr 16
0
ANNOUNCE: virt-v2v 1.42 - a tool for importing VMs from VMware (and other foreign hypervisors) to KVM
Virt-v2v is a program for converting virtual machines to run on KVM, ones imported from other hypervisors like VMware, Xen and more, and with the companion tool virt-p2v from physical machines too. I'm pleased to announce the release of virt-v2v 1.42. This is a new stable branch. Significantly the tool is now released separately and on a different schedule from libguestfs. Manual:
2010 Jul 12
0
[ANNOUNCE] Stable releases 1.4.1 and 1.2.10, and a note about versions and Fedora releases
Even though the current stable branch is 1.4.x[1] I'm not going to leave the 1.2.x branch to completely wither. I will still pull in any more serious bug fixes into the 1.2.x branch and make an occasional release. Therefore I have released 1.4.1 and 1.2.10 which contain a small number of bug fixes. If you are using earlier 1.4.x or 1.2.x versions, and if you simply want a more stable
2019 Jan 18
0
ANNOUNCE: nbdkit 1.10 - an NBD server toolkit with stable plugin API and permissive license
I’m pleased to announce the next stable release of nbdkit. This release concentrates on performance and fuzzing, along with numerous other enhancements (full list below). NBD — Network Block Device — is a protocol for accessing Block Devices (hard disks and disk-like things) over a Network. nbdkit is a toolkit for creating NBD servers. The key features are: * Multithreaded NBD server written
2018 Nov 13
0
Re: [collectd] collectd leaks SIGCHLD == SIG_IGN into plugins
On Tue, Nov 13, 2018 at 03:17:33PM +0200, Peter Dimitrov wrote: > I was extending the virt plugin. > It already collects similar data (about VMs) using Libvirt's API, but lacks > disk usage information. > > I went through some hoops to link libguestfs correctly to collectd. > Is it okay to just include fork(), waitpid() example? It does reproduce the > issue. Yes, I
2014 Oct 15
0
Re: Virt-v2v conversion issue
Killall does nothing the process is still alive... If I do kill -9, do I get a core dump ? Each time I got this hang, I find only umount -f /tmp/xxxx to force qemu-img to stop. Alain -----Message d'origine----- De : Richard W.M. Jones [mailto:rjones@redhat.com] Envoyé : mercredi 15 octobre 2014 14:41 À : VONDRA Alain Cc : libguestfs@redhat.com Objet : Re: [Libguestfs] Virt-v2v conversion
2017 Jul 31
0
Re: read/write performance through mount point by guestmount
if I mount through guestfs library in python or guestfish, the same condition happenes? I mean the insane number of layers and the performance 2017-07-31 16:52 GMT+08:00 Richard W.M. Jones <rjones@redhat.com>: > On Mon, Jul 31, 2017 at 09:49:00AM +0100, Richard W.M. Jones wrote: > > On Mon, Jul 31, 2017 at 12:20:10PM +0800, lampahome wrote: > > > I mount the disk.qcow2
2016 Jul 21
0
Re: How to debug supermin5 issue?
On Thu, Jul 21, 2016 at 07:31:51PM +0800, Chen Hanxiao wrote: > At 2016-07-21 19:04:07, "Richard W.M. Jones" <rjones@redhat.com> wrote: > >On Thu, Jul 21, 2016 at 06:50:52PM +0800, Chen Hanxiao wrote: > >> > >> > >> At 2016-07-21 18:43:04, "Richard W.M. Jones" <rjones@redhat.com> wrote: > >> >On Thu, Jul 21, 2016 at
2020 Mar 14
0
Re: Use libguestfs with SAS URI of a disk image
On Sat, Mar 14, 2020 at 04:48:24AM +0000, JP Zhang wrote: > HI Richard, > > Thanks for the quick reply. > > The Python program that works, that I mentioned earlier, uses subprocess to issue/run "guestfish" commands below in that order. > /libguestfs/run guestfish --listen -a <https storage-SAS-URL> -- ro > then the Python code exported $PID to the
2019 Aug 06
0
Re: Versioning of rust bindings
On Tue, Aug 06, 2019 at 06:04:22PM +0900, Hiroyuki Katsura wrote: > In the last patch, I let the version of Rust bindings be the same as the > version of libguestfs. However, I came to think it is not preferable in > terms of the custom of Rust crate versioning. > > After a version of a crate is published to crates.io, no one can republish > the crate with the same version. This
2019 Jan 07
0
Re: [PATCH] v2v: -o rhv-upload: decouple name of nbdkit python plugin
On Thu, Dec 13, 2018 at 06:58:30PM +0100, Pino Toscano wrote: > Do not assume that the Python plugin of nbdkit has the same name of the > Python interpreter. > > Use the default upstream name of nbdkit to identify it; downstream > distributions must adjust this variable, in case they rename the Python > plugin of nbdkit. I'm not saying this is wrong, but it does break