Displaying 6 results from an estimated 6 matches for "vir_migrate_tunnelled".
2010 Dec 17
1
libvirt unavailable while a VM is in migration?
...for this
coming?
MORE DETAILS:
I open a connection to a remote libvirt instance and begin a
live-migration using:
domain.migrate(remoteCon, flags, None, None, 0)
My flags are:
flags = libvirt.VIR_MIGRATE_PEER2PEER | libvirt.VIR_MIGRATE_LIVE | libvirt.VIR_MIGRATE_UNDEFINE_SOURCE | libvirt.VIR_MIGRATE_TUNNELLED
Thanks,
--Igor
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20101217/8dacf7ca/attachment.sig>
2015 Jan 09
1
Libvirt to return the ip address instead of the hostname during migration
...if name resolution is not enabled in a
cluster. See the link,
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization_Host_Configuration_and_Guest_Installation_Guide/App_Migration_Address.html
We have managed to work around this by setting the flag to include
“VIR_MIGRATE_TUNNELLED”.
However, it is noticebaly slower than non tunnelled.
We were hoping that setting the listen_addr would get libvirt to return the
listen_addr rather than the hostname but virGetHostname in
libvirt/src/util/virutil.c doesn’t have access to the config structure.
I was wondering if libvirt can be p...
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
2014 May 08
1
Is tunnelled "managed direct" live migration actually possible?
...odes (a third connection isn't possible because of firewalls and SSH
keys).
Is this actually possible? I've been playing with the API and reading
docs, and it seems like "direct managed" migration is simply not
possible :-(
dom.migrate (dconn, libvirt.VIR_MIGRATE_LIVE|libvirt.VIR_MIGRATE_TUNNELLED)
libvirt.libvirtError: Requested operation is not valid: cannot perform tunnelled migration without using peer2peer flag
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is ...
2013 Dec 10
1
Re: Determine ongoing shutdown via libvirt or preventing migrations to host
Hi Daniel,
Thank you for your reply. I agree that runlevel is not directly related
to VM management so it is OK, that it is not implemented in libvirt
library. What about prevention of VM migrations, is it acceptable to
just close migration port in firewall ?
Thank you
Ondřej
Dne 10.12.2013 14:34, Daniel P. Berrange napsal(a):
> On Mon, Dec 09, 2013 at 01:01:43PM +0100, Ondřej Kunc
2010 Jul 05
0
Release of libvirt-0.8.2
...t;list" command and similar (Justin Clift)
- Add docs on drive <serial> element (???? ?????????)
- daemon: sysconf: Update comment about VNC audio (Cole Robinson)
- nwfilter: documentation (Stefan Berger)
- docs: distribute more coding convention documentation (Eric Blake)
- note a typo: VIR_MIGRATE_TUNNELLED should be VIR_MIGRATE_TUNNELED, (Jim Meyering)
- datatypes: fix comment typo (Eric Blake)
- Fix a typo in docs (Ersek Laszlo)
- docs: hacking: explain why using curly braces well is important (Jim Meyering)
Portability:
- cgroup: Fix compilation broken on MinGW due to dirent->d_type (Ryota Ozak...