search for: desturi

Displaying 10 results from an estimated 10 matches for "desturi".

Did you mean: dest_uri
2011 Oct 24
2
How to use "virsh migrat" with p2p option?
...ut no info with migrate. [root at vmoactive02 qemu]# virsh help migrate NAME migrate - migrate domain to another host SYNOPSIS migrate [--live] [--p2p] [--direct] [--tunnelled] [--persistent] [--undefinesource] [--suspend] [--copy-storage-all] [--copy-storage-inc] <domain> <desturi> [<migrateuri>] [<dname>] DESCRIPTION Migrate domain to another host. Add --live for live migration. OPTIONS --live live migration --p2p peer-2-peer migration --direct direct migration --tunnelled tunnelled migration...
2013 Oct 14
1
virsh migrate fails with Input/output error
...hardware: Intel E5-2620, ~128GB Ram The problem: Online migrations from an E5-2620 to another E5-2620 aren't possible: ~ # virsh --debug=1 migrate --verbose my-virtual-maschine qemu+ssh://virt@192.168.99.16:222/system migrate: verbose(bool): (none) migrate: domain(optdata): vm-42800 migrate: desturi(optdata): qemu+ssh://virt@192.168.99.16:222/system migrate: found option <domain>: vm-42800 migrate: found option <domain>: vm-42800 error: End of file while reading data: : Input/output error error: Reconnected to the hypervisor I can't find anything related to this in the libvirt...
2011 Feb 08
1
Clarification about virsh migration options
...ing shared storage. The documentation is not quite verbose and not intuitive, so I'm hoping someone can explain this to me. The man pages show this syntax: migrate optional --live --p2p --direct --tunnelled --persistent --undefinesource --suspend --copy-storage-all --copy-storage-inc domain-id desturi migrateuri dname The 'live' and 'suspend' options are clear. The 'undefinesource' option is straightforward as well. But what does 'persistent' mean? I mean, when transferring a VM to a destination, it will be available on the destination when migration completes,...
2015 May 05
0
Source information not showing for virsh domiflist causing problems with migrating VMs
...trying to migrate them to another host. If I restart the VM then the problem does not exist, however for various reasons that is not an option with the remaining VMs. root@comp001:~# /root/bin/vm_migrate.sh ws001 comp003 virsh migrate --live --persistent --tunneled --p2p --unsafe --domain ws001 --desturi qemu+tcp://comp003/system error: internal error: No <source> 'bridge' attribute specified with <interface type='bridge'/> I have eventually figure out that the problem is not with the XML definitions for the host, but is related to the details of the network interfaces...
2015 Nov 04
2
vm doesn't respond after live migration
2015 Nov 04
0
Re: vm doesn't respond after live migration
...sers-bounces@redhat.com] Namens Firat KÜÇÜK Verzonden: woensdag 4 november 2015 12:01 Aan: libvirt-users@redhat.com Onderwerp: [libvirt-users] vm doesn't respond after live migration Hi, I migrate my VM with this command: virsh migrate --live --domain my-domain --verbose --copy-storage-all --desturi qemu+ssh://root@xxx.bulutkare.com/system<mailto:qemu+ssh://root@xxx.bulutkare.com/system> Migration completed successfully. But after migration VM doesn't respond. I can see the login console. I typed root but no response. What can be the problem? Regards. -- Fırat KÜÇÜK https://codv....
2016 Mar 17
1
share nothing live migration causes read only filesystem
2011 May 31
0
unable to migrate guests
I'm new to libvirt and I'm facing a problem while migrating the guest domain. Both guest and host are of the same config(checked it with uname -a) Migrating using virsh, I get: virsh # migrate hda2 --desturi qemu+ssh://root at 10.129.54.254/system root at 10.129.54.254's password: error: operation failed: migration to 'tcp:kvm-lab:49168' failed: migration failed. The details of the problem are shown by the Virtual machine manger are: Unable to migrate guest: operation failed: migration t...
2013 Sep 24
2
Migrate hangs at 99%
...ttle pressure (a HTTP server gets some 1-5 requests/sec) the migration process hangs at 99%. After we stop the stressing of the VM, the migration immediately finishes. I'm using the following command to migrate: virsh migrate --live --persistent --undefinesource --copy-storage-all --verbose --desturi qemu+ssh://root@DESTINATION/system VM-NAME Do you have any advice on this? Üdvözlettel / Best regards Gergely Horváth | gergely.horvath@inepex.com http://inepex.com | IT Development and Location Based Services http://inetrack.com | The customizable fleet tracking platform
2011 Jul 18
1
cannot perform tunnelled migration without using peer2peer flag
Dear All I try to migration a kvm guest os to another host failed server: ubuntu 11.04 server virsh:migrate --live --tunnelled vm1 qemu+ssh://192.168.10.3/system error:Requested operation is not valid:cannot perform tunnelled migration without using peer2peer flag