search for: libguestfs_backend_set

Displaying 20 results from an estimated 37 matches for "libguestfs_backend_set".

2014 Jan 31
2
Re: Double fault panic in L2 upon v2v conversion
On Fri, Jan 31, 2014 at 04:02:03PM +0200, Rom Freiman wrote: > Hey everybody, > Any news about the topic? I could not find anything relevant yet. Don't know about the kernel bug, but in (very very) recent versions of libguestfs it is now possible to force TCG by doing: export LIBGUESTFS_BACKEND_SETTINGS=force_tcg which should work around this bug. See: http://libguestfs.org/guestfs.3.html#backend-settings https://github.com/libguestfs/libguestfs/commit/26f7fb237b713c798e23a336a3c4973513f83551 https://github.com/libguestfs/libguestfs/commit/11ac9f702440fff5c8dad1f9756f24ca6867712c Rich. -...
2016 Dec 11
2
libguestfs error: bridge 'virbr0' not found
Hey, I am getting this error after using virt-v2v-copy-to-local and trying to run: $ virt-v2v -i libvirtxml rhel7.xml -o local -os /var/tmp -of raw I try to set: export LIBGUESTFS_BACKEND_SETTINGS=virbr0=ovirtmgmt with no success and the file /etc/qemu/bridge.conf contains: allow virbr0 it only worked after creating the bridge, is there other way to import without creating the bridge? Thank you, Shahar Havivi
2018 Mar 14
1
proposal for feature to add global setting for libguestfs emulation type
The man page for libguestfs says: export LIBGUESTFS_BACKEND_SETTINGS=force_tcg will force the direct and libvirt backends to use TCG (software emulation) instead of KVM (hardware accelerated virtualization). However, our application has many services (run by different users) which make use of libguestfs tools, and it is painful to have to set this environment...
2016 Dec 12
0
Re: libguestfs error: bridge 'virbr0' not found
...ee this email yesterday. On Sun, Dec 11, 2016 at 11:25:12AM +0200, Shahar Havivi wrote: > Hey, > > I am getting this error after using virt-v2v-copy-to-local and trying to > run: > $ virt-v2v -i libvirtxml rhel7.xml -o local -os /var/tmp -of raw > > I try to set: > export LIBGUESTFS_BACKEND_SETTINGS=virbr0=ovirtmgmt The syntax is wrong, it should be: export LIBGUESTFS_BACKEND_SETTINGS=network_bridge=ovirtmgmt or whatever bridge you want to use, and you do have to enable it in /etc/qemu/bridge.conf so that we can use qemu-bridge-helper. > with no success and the file /etc/qemu/bridg...
2015 Sep 10
1
[PATCH] launch: libvirt: Better error when bridge / virbr0 doesn't exist (RHBZ#1262127).
...n" + " brctl show\n" + "\n" + "to get a list of bridges on the host, and then selecting the\n" + "bridge you wish the appliance network to connect to using:\n" + "\n" + " export LIBGUESTFS_BACKEND_SETTINGS=network_bridge=<bridge name>\n" + "\n" + "You may also need to allow the bridge in /etc/qemu/bridge.conf.\n" + "For further information see guestfs(3)."), + brname); + return -1; +} + static void ignore_errors...
2017 Dec 11
2
Re: Libguestfs Hangs on CentOS 7.4
...Richard W.M. Jones <rjones@redhat.com> wrote: > On Mon, Dec 11, 2017 at 02:28:31PM +0000, Phill Bandelow wrote: > > Hi, > > > > We seem to be hitting an issue where libguestfs keeps hanging. > virt-resize, > > guestmount etc.. never complete. If we set > > LIBGUESTFS_BACKEND_SETTINGS=force_tcg it completes. > > > > The issue starts when updating to CentOS 7.4 (CentOS 7.3 work fine). It > > doesn't seem to affect all 7.4 hypervisors and the only similarity that > we > > have found is that they all use NVMe drives. > > I've seen this...
2016 Aug 31
2
Re: [libvirt-users] couple of questions about virt-v2v
[Best to ask these questions on the libguestfs mailing list. You don't have to subscribe] On Wed, Aug 31, 2016 at 03:18:32PM +0100, cmc wrote: > Hi, > > I have two questions about virt-v2v that I hope someone could help with. > > 1. I have a host that I use to export VMs from VMWare to oVirt, as the RHEL > 7 version of virt-v2v does not support W2012. Please try this
2018 Mar 23
2
Re: Issue with libguestfs-test-tool on a guest hosted on VMWare ESXi
Thanks. Reading the defect and the associated thread in https://bugs.launchpad.net/qemu/+bug/1661386, I enabled performance counters in VMWare guest settings. Now the kvm assertion `ret == cpu->kvm_msr_buf->nmsrs' is gone. But the qemu/kvm hangs after printing "SeaBIOS (version 1.10.2-1)" I presume this too is a qemu/kvm issue for vmware platforms. Is there any existing issue
2018 Dec 06
0
[PATCH v2] Revert "launch: libvirt: Use qemu-bridge-helper to implement a full network (RHBZ#1148012)."
...44 --- a/lib/guestfs.pod +++ b/lib/guestfs.pod @@ -1551,16 +1551,6 @@ On Fedora, install C<kernel-debuginfo> for the C<vmlinux> file (containing symbols). Make sure the symbols precisely match the kernel being used. -=head3 network_bridge - -The libvirt backend supports: - - export LIBGUESTFS_BACKEND_SETTINGS=network_bridge=virbrX - -This allows you to override the bridge that is connected to when the -network is enabled. The default is C<virbr0>. See also -L</guestfs_set_network>. - =head2 ATTACHING TO RUNNING DAEMONS I<Note (1):> This is B<highly experimental> and ha...
2015 Jun 30
2
Issue with virt-builder on Ubuntu 14.04
Hello, I am running into problems with virt-builder on my Ubuntu-14.04 install. Please find the checklist below: 1. What are you trying to achieve? I'm trying to build a standard Ubuntu 14.04 disk image. 2. What exact commands did you run? I ran "virt-builder ubuntu-14.04" 3. What was the precise error/output of these commands? The process gets stuck indefinitely at
2018 Dec 06
2
[PATCH v2] Revert "launch: libvirt: Use qemu-bridge-helper to implement a full network (RHBZ#1148012)."
Let's actually compile and test the patch this time, rather than trusting the RHEL 7.6 patch to apply directly to head ... Rich.
2018 Mar 24
4
Re: Issue with libguestfs-test-tool on a guest hosted on VMWare ESXi
..._buf->nmsrs' is gone. But the qemu/kvm hangs after printing > > "SeaBIOS (version 1.10.2-1)" > > > > I presume this too is a qemu/kvm issue for vmware platforms. Is there any > > existing issue reported? > > Does it work if you set: > > export LIBGUESTFS_BACKEND_SETTINGS=force_tcg > > ? > > Rich. > > -- > Richard Jones, Virtualization Group, Red Hat > http://people.redhat.com/~rjones > Read my programming and virtualization blog: http://rwmj.wordpress.com > virt-builder quickly builds VMs from scratch > http://libguestfs.org/vi...
2014 Oct 02
5
[PATCH v3 0/4] launch: libvirt: Use qemu-bridge-helper to implement a
v3: - Various changes to dhclient/dhcpcd as discussed on the mailing list.
2014 Oct 02
6
[PATCH v2 0/4] launch: libvirt: Use qemu-bridge-helper to implement a full network (RHBZ#1148012).
v2: - Make virbr0 configurable. - Fix the tests.
2014 Mar 27
4
ANNOUNCE: libguestfs 1.26 released
...create A flexible API for creating empty disk images from scratch. This avoids the need to call out to external programs like qemu-img(1). guestfs_get_backend_settings guestfs_set_backend_settings Per-backend settings (can also be set via the environment variable LIBGUESTFS_BACKEND_SETTINGS). The main use for this is forcing TCG mode in the qemu-based backends, for example: export LIBGUESTFS_BACKEND=direct export LIBGUESTFS_BACKEND_SETTINGS=force_tcg guestfs_part_get_name Get the label or name of a partition (for GPT disk images). Build changes...
2014 Aug 21
2
libguest-test-tool error report
Hello, I am trying to use virt-resize. It does not work. I set the debug environment variables and ran libguestfs-test-tool. The following is its output. I am running RHEL 6.5 desktop with kernel: Linux hustedm-lnx4 2.6.32-431.5.1.el6.x86_64 #1 SMP Fri Jan 10 14:46:43 EST 2014 x86_64 x86_64 x86_64 GNU/Linux Please let me know what I have missed. Thanks, Mark bash-4.1$
2015 Jun 30
0
Re: Issue with virt-builder on Ubuntu 14.04
...2.935872] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 ... the kernel boots quite far, and then hangs in the init script (see appliance/init). Some things you can try: - Force qemu to use TCG (no KVM) mode to see if that makes a difference: export LIBGUESTFS_BACKEND_SETTINGS=force_tcg - Use 'libguestfs-test-tool' for testing to see if that makes a difference. In the build directory, run: make quickcheck - Try a different appliance kernel by setting these variables, but choose different kernel versions by looking in your /boot directory fi...
2016 Aug 31
0
Re: [libvirt-users] couple of questions about virt-v2v
...gt; What's the actual error? > -------------8<------------ virt-v2v: error: libguestfs error: bridge 'virbr0' not found. Try running: brctl show to get a list of bridges on the host, and then selecting the bridge you wish the appliance network to connect to using: export LIBGUESTFS_BACKEND_SETTINGS=network_bridge=<bridge name> You may also need to allow the bridge in /etc/qemu/bridge.conf. For further information see guestfs(3). -------------8<------------ I got around this by just running 'brctl addbr virbr0', but was curious as to why it needed a bridge on a host it...
2017 Sep 05
1
error/crash on mount
Hi, I am having issues with libguestfs; I am unable to mount a disk either from cli or via python bindings. This was working previously, but in order to have access to python3.5 I am trying to upgrade from Debian 8/Jessie to Debian 9/Stretch. Unfortunately the libguestfs error is getting in the way. Output of libguestfs-test-tool is attached as per libguestfs.org help. My current environment:
2017 Sep 11
0
Re: virt-v2v stuck EDAC sbridge
...it reproducible when you just do: libguestfs-test-tool ? Is there anything peculiar about the environment, eg. nested virt, running inside VMware, peculiar hardware? You could also try running without using KVM. It'll be a bit slower but is usually less buggy than nested virt: export LIBGUESTFS_BACKEND_SETTINGS=force_tcg Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines i...