Displaying 5 results from an estimated 5 matches for "virgethostname".
Did you mean:
targethostname
2015 Jan 09
1
Libvirt to return the ip address instead of the hostname during migration
...on_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 patched in a way to return the ip address
of the destination instead of the hostname during migration?
Regards,
Yagmur Akbulut
2013 Nov 26
0
Migration errors
...omain 'VM-***' is not processing incoming migrtion
3.Migration: error: Unable to read from monitor: Connection reset by peer
:i think it is that connection broken:modles restart,FW destroy the connection
4.Migration: error: operation failed: domain is no longer running
5.warning: virGetHostname:2265: getaddrinfo failed for 'nc02':Temporary failure in name resolution
2013 Nov 26
0
Fw:Migration errors
...omain 'VM-***' is not processing incoming migrtion
3.Migration: error: Unable to read from monitor: Connection reset by peer
:i think it is that connection broken:modles restart,FW destroy the connection
4.Migration: error: operation failed: domain is no longer running
5.warning: virGetHostname:2265: getaddrinfo failed for 'nc02':Temporary failure in name resolution
2010 Feb 03
1
[libvirt] [LXC] Tyring to locate livbvirt operations for LXC relocation
...er lxcDriver = {
VIR_DRV_LXC, /* the number virDrvNo */
"LXC", /* the name of the driver */
lxcOpen, /* open */
lxcClose, /* close */
NULL, /* supports_feature */
NULL, /* type */
lxcVersion, /* version */
NULL, /* libvirtVersion (impl. in libvirt.c) */
virGetHostname, /* getHostname */
NULL, /* getMaxVcpus */
nodeGetInfo, /* nodeGetInfo */
lxcGetCapabilities, /* getCapabilities */
lxcListDomains, /* listDomains */
lxcNumDomains, /* numOfDomains */
lxcDomainCreateAndStart, /* domainCreateXML */
lxcDomainLookupByID, /* domainLookupByID...
2010 Jul 05
0
Release of libvirt-0.8.2
...storage: Check for invalid storage mode before opening (Cole Robinson)
- Improve nodedev parent/child relationships (David Allan)
- network: bridge: Don't start network if it collides with host routing (Cole Robinson)
- Fix integer overflow in hotplug methods (Daniel P. Berrange)
- Fix failing virGetHostname. (Chris Lalancette)
- storage: Sanitize pool target paths (Cole Robinson)
- Fix handling of disk backing stores with cgroups (Daniel P. Berrange)
- Fix up basic migration. (Chris Lalancette)
- qemu: Release bus address on PCI host device remove (Alex Williamson)
- qemu: avoid corrupting guest info...