similar to: fail to live migration is related to virtio-console

Displaying 20 results from an estimated 20000 matches similar to: "fail to live migration is related to virtio-console"

2013 Apr 03
1
[libvirt] how to use svirt
On 04/03/2013 10:25 AM, yue wrote: > > hi,all > > i know svirt is merged into libvirt upstream, but how to use them? > You had better to ask this kind of question to libvirt-users at redhat.com in the future, it's a user mail listing, you may ask all kind of libvirt usage questions if you want, the following is some reference:
2012 Jan 29
1
libvir: error : cannot getpwuid_r(107): Success
I am on RHEL 6.1 running KVM. I am getting following error when i start a Ubuntu 11.10 Guest I am attaching my xml file . # virsh -c qemu:///system create Ubuntu-110.10.xml error: Failed to create domain from Ubuntu-110.10.xml error: internal error Process exited while reading console log output: 16:19:53.991: 2418: info : libvirt version: 0.8.7, package: 18.el6 (Red Hat, Inc.
2012 May 31
4
[Fwd: error: this function is not supported by the connection driver : virConnectNumOfStoragePool]
Hello All, Any idea on this issue ? Regards, Onkar -------- Forwarded Message -------- From: Onkar <kernzap at gmail.com> To: libvir-list <libvir-list at redhat.com> Subject: error: this function is not supported by the connection driver : virConnectNumOfStoragePool Date: Wed, 30 May 2012 21:29:42 +0530 Hello, I configured libvirt like this ./configure --prefix=/
2013 Dec 26
2
how to use openConsole and openGraphics
hi,all 1.how to use openConsole and openGraphics? 2.what is the theory of that? thanks
2013 Jul 03
3
VM destroy faiing in 1.0.1
Hi, Virsh destroy is always failing with below error. [host:~]$ virsh destroy XYZ--2 error: Failed to destroy domain XYZ--2 error: Requested operation is not valid: domain is not running [host:~]$ virsh list --all Id Name State ---------------------------------------------------- - XYZ--2 shut off [host:~]$ host:~]$ libvirtd --version
2020 Aug 25
3
support for live migration with PCI passthrough devices
Hi guys, I'm wondering whether libvirt supports live migration for the VM with PCI passthrough devices. or it must be assumed before live migration that all passthrough devices be unplugged? If so, all unplugged devices should be manually hot-plugged to the VM after migration?? Thanks.
2014 Apr 23
2
Libvirt qemu permission denied error
Hello, I am trying run a simple VM (qemu1.4.2) on RHEL 6.5 through libvirt (0.10). virsh create throws the error: *​error: Failed to create domain from vm1.xml* *error: internal error process exited while connecting to monitor:*​ The libvirt log for VM shows: *libvir: error : cannot execute binary /usr/bin/qemu-system-x86_64: Permission denied* ​I am running VM as root and all disk
2014 Jul 08
2
Libvirt 1.2.6 patch for Hyper-V 2012 R2 ?
Hello, Does anyone know if the below patch for libvirt 1.2.4 has been integrated into the libvirt 1.2.6 source code? http://www.redhat.com/archives/libvir-list/2014-May/msg00509.html https://github.com/vikhyath/libvirt-hyperv-r2-2012 Thank you! Evgeny
2014 Nov 20
2
Libvirt Live Migration
I'm trying to implement a virtualization API. I was testing migration with libvirt I got some problems. When I use the following command : *virsh migrate --live --persistent --copy-storage-all vm-clone1 qemu+ssh://server_ip/system* the migration works fine but in the destination host the migrated vm is paused and I can't unpause it and I need to reboot the vm to be able use it in the
2012 Aug 16
1
Where does "cmd" initailize in qemu_command.c?
Hi, Excuse me, I have a question when I reading the libvirt source codes. I have known the process of how libvirt start/manage qemu, since I need to write a driver based on libvirt. But one thing also confused, please give me some tips. 1. In qemu_command.c, there is a function call "cmd = virCommandNewArgList(emulator, "-S", NULL);", which
2020 Aug 26
1
Re: support for live migration with PCI passthrough devices
On Tue, Aug 25, 2020 at 02:56:49PM +0200, Michal Privoznik wrote: > On 8/25/20 1:40 PM, Henry lol wrote: > > Hi guys, > > > > I'm wondering whether libvirt supports live migration for the VM with > > PCI passthrough devices. > > or it must be assumed before live migration that all passthrough devices > > be unplugged? > > Unfortunately, this is
2014 Mar 20
2
Live migration process in src/qemu_driver.ca
​Hello, I have been trying to track different phases of a live migration process. I am using libvirt ​with qemu-kvm. I am issuing migration commands using virsh. Now, I want to measure the time spent in each phase of live migration, e.g., pre-copy and stop-copy. I stumbled upon the file qemu_driver.c. It has functions like qemudDomainMigratePrepare2 qemudDomainMigratePerform
2015 Feb 13
4
libvirt live migration, qcow2 image, nbd server
Hi all, When I live migrate a vm using "migrate --live --copy-storage-all mig-vm qemu+ssh://192.168.1.3/system tcp://192.168.1.3" I got the following error WARNING: Image format was not specified for 'nbd://node2:49155/drive-virtio-disk0' and probing guessed raw. 258 Automatically detecting the format is dangerous for raw images, write operations on
2013 Nov 05
3
Building libvirt for ARM tizen.
Hi there! I'm building libvirt-1.1.4 on Tizen. I had to modify the spec file: 1. Comment out requirements: xhtml1, scrub, shadow-utils 2. Added defines: %define _without_selinux 1 %define _without_hal 1 %define _without_libnl 1 %define _without_macvtap 1 %define _without_storage_fs 1 %define _without_network 1 %define _without_sasl 1 %define _without_qemu 1 %define
2013 May 28
3
Re: About the change of a VM's vcpu count in runtime?
On 05/28/2013 02:24 PM, Eric Blake wrote: >> So the question is: is there any method I can't find yet to change the >> vcpu count of a running vm dynamically? > > Wait for newer qemu and libvirt, or else pitch in and help write patches. You might not have to wait that long - if you could help test these patches, it would be appreciated:
2013 May 06
1
libvirt API reference disappeared from website
Hi, I think the API Reference for libvirt disappeared from libvirt.org: browsing to http://libvirt.org/html/libvirt-libvirt.html delivers no content. The content is still available via google cache http://webcache.googleusercontent.com/search?q=cache:libvirt.org/html/libvirt-libvirt.html So, is this removed on purpose? Or is this some bluff from my browser (but I checked this from different
2011 Nov 23
1
Difference between "Max Memory" and "Used Memory"
Hello, I am new on this mailing list, so If I do something wrong, don't hesitate to tell me :-) I am using the following version of libvirt : Compiled against library: libvir 0.8.8 Using library: libvir 0.8.8 Using API: QEMU 0.8.8 Running hypervisor: QEMU 0.14.0 I would like to understand the difference between "Max Memory" and "Used Memory" returned by a "virsh
2013 Dec 28
1
Re: how to use openConsole and openGraphics
the theory , i mean how libvirt get guest's console( or graphic screen), via what kind of channel, then how libvirt show guest's screen. thanks, Eric Blake At 2013-12-28 04:30:30,"Eric Blake" <eblake@redhat.com> wrote: >On 12/26/2013 01:46 AM, yue wrote: >> hi,all >> 1.how to use openConsole and openGraphics? > >See tools/virsh-console.c for an
2015 Feb 11
2
vm live storage migration with snapshots
Hi all, I'm investigating the ways to improve the live migration performance in libvirt. I have a question about the vm live storage migration. the platform is libvirt + qemu + kvm If we want to migrate a running vm with its virtual disk images to another node. we can use 'virsh migrate ....' commands. What if this vm has a number of disk-only external snapshots? In the current
2013 Oct 07
5
Re: [Xen-users] (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
On Sat, 2013-10-05 at 16:20 +0530, cooldharma06 wrote: > i prepared my xen-4.2.1 document with this mail. kindly refer the > below attachment. You should check that you haven't got any stale Xen libraries from a previous installation lying around. You can check if they are being picked up by using ldd as Jim demonstrated. After cleaning up rerunning ldconfig is usually a good idea.